Class ComponentConnectionHandler

  • All Implemented Interfaces:
    org.apache.mina.core.service.IoHandler

    public class ComponentConnectionHandler
    extends ConnectionHandler
    ConnectionHandler that knows which subclass of StanzaHandler should be created and how to build and configure a NIOConnection.
    Author:
    Gaston Dombiak
    • Field Detail

      • BACKUP_PACKET_DELIVERY_ENABLED

        public static final SystemProperty<Boolean> BACKUP_PACKET_DELIVERY_ENABLED
        Enable / disable backup delivery of stanzas to the XMPP server itself when a stanza failed to be delivered on a component connection. When disabled, stanzas that can not be delivered on the connection are discarded.
    • Constructor Detail