Class NettyMultiplexerConnectionHandler

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

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