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 classNettyClientConnectionHandlerClient-specific ConnectionHandler that knows which subclass ofStanzaHandlershould be created and how to build and configure aNettyConnection.classNettyComponentConnectionHandlerConnectionHandler that knows which subclass ofStanzaHandlershould be created and how to build and configure aNettyConnection.classNettyMultiplexerConnectionHandlerConnectionHandler that knows which subclass ofStanzaHandlershould be created and how to build and configure aNettyConnection.classNettyOutboundConnectionHandlerOutbound (S2S) specific ConnectionHandler that knows which subclass ofStanzaHandlershould be created and how to build and configure aNettyConnection.classNettyServerConnectionHandlerServer-specific ConnectionHandler that knows which subclass ofStanzaHandlershould be created and how to build and configure aNettyConnection.Methods in org.jivesoftware.openfire.nio that return NettyConnectionHandler Modifier and Type Method Description static NettyConnectionHandlerNettyConnectionHandlerFactory. createConnectionHandler(ConnectionConfiguration configuration)Creates a new NettyConnectionHandler based on the type of connection set in the configuration.
-