Class NettyClientConnectionHandler

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler

    public class NettyClientConnectionHandler
    extends NettyConnectionHandler
    Client-specific ConnectionHandler that knows which subclass of StanzaHandler should be created and how to build and configure a NettyConnection.
    Author:
    Matthew Vivian, Alex Gidman
    • Field Detail

      • BACKUP_PACKET_DELIVERY_ENABLED

        public static final SystemProperty<Boolean> BACKUP_PACKET_DELIVERY_ENABLED
        Enable / disable backup delivery of stanzas to the 'offline message store' of the corresponding user when a stanza failed to be delivered on a client connection. When disabled, stanzas that can not be delivered on the connection are discarded.
    • Constructor Detail