Uses of Class
org.jivesoftware.openfire.nio.NettyConnectionHandler
-
Packages that use NettyConnectionHandler Package Description org.jivesoftware.openfire.nio -
-
Uses of NettyConnectionHandler in org.jivesoftware.openfire.nio
Subclasses of NettyConnectionHandler in org.jivesoftware.openfire.nio Modifier and Type Class Description class
NettyClientConnectionHandler
Client-specific ConnectionHandler that knows which subclass ofStanzaHandler
should be created and how to build and configure aNettyConnection
.class
NettyComponentConnectionHandler
ConnectionHandler that knows which subclass ofStanzaHandler
should be created and how to build and configure aNettyConnection
.class
NettyMultiplexerConnectionHandler
ConnectionHandler that knows which subclass ofStanzaHandler
should be created and how to build and configure aNettyConnection
.class
NettyOutboundConnectionHandler
Outbound (S2S) specific ConnectionHandler that knows which subclass ofStanzaHandler
should be created and how to build and configure aNettyConnection
.class
NettyServerConnectionHandler
Server-specific ConnectionHandler that knows which subclass ofStanzaHandler
should be created and how to build and configure aNettyConnection
.Methods in org.jivesoftware.openfire.nio that return NettyConnectionHandler Modifier and Type Method Description static NettyConnectionHandler
NettyConnectionHandlerFactory. createConnectionHandler(ConnectionConfiguration configuration)
Creates a new NettyConnectionHandler based on the type of connection set in the configuration.
-