Class NettyMultiplexerConnectionHandler

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.SimpleChannelInboundHandler<String>
org.jivesoftware.openfire.nio.NettyConnectionHandler
org.jivesoftware.openfire.nio.NettyMultiplexerConnectionHandler
All Implemented Interfaces:
io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler

public class NettyMultiplexerConnectionHandler extends NettyConnectionHandler
ConnectionHandler that knows which subclass of StanzaHandler should be created and how to build and configure a NettyConnection.
Author:
Alex Gidman
  • Field Details

    • BACKUP_PACKET_DELIVERY_ENABLED

      public static final SystemProperty<Boolean> BACKUP_PACKET_DELIVERY_ENABLED
      Enable / disable backup delivery of stanzas to other connections in the same connection manager when a stanza failed to be delivered on a multiplexer (connection manager) connection. When disabled, stanzas that can not be delivered on the connection are discarded.
  • Constructor Details

    • NettyMultiplexerConnectionHandler

      public NettyMultiplexerConnectionHandler(ConnectionConfiguration configuration)
  • Method Details