Uses of Class
org.jivesoftware.openfire.nio.NettyConnectionHandler
Packages that use NettyConnectionHandler
-
Uses of NettyConnectionHandler in org.jivesoftware.openfire.nio
Subclasses of NettyConnectionHandler in org.jivesoftware.openfire.nioModifier and TypeClassDescriptionclassClient-specific ConnectionHandler that knows which subclass ofStanzaHandlershould be created and how to build and configure aNettyConnection.classConnectionHandler that knows which subclass ofStanzaHandlershould be created and how to build and configure aNettyConnection.classConnectionHandler that knows which subclass ofStanzaHandlershould be created and how to build and configure aNettyConnection.classOutbound (S2S) specific ConnectionHandler that knows which subclass ofStanzaHandlershould be created and how to build and configure aNettyConnection.classServer-specific ConnectionHandler that knows which subclass ofStanzaHandlershould be created and how to build and configure aNettyConnection.Methods in org.jivesoftware.openfire.nio that return NettyConnectionHandlerModifier and TypeMethodDescriptionstatic NettyConnectionHandlerNettyConnectionHandlerFactory.createConnectionHandler(ConnectionConfiguration configuration) Creates a new NettyConnectionHandler based on the type of connection set in the configuration.