Package org.jivesoftware.openfire.nio
Class NettyConnectionHandlerFactory
java.lang.Object
org.jivesoftware.openfire.nio.NettyConnectionHandlerFactory
Responsible for creating the NettyConnectionHandler for the connection type.
- Author:
- Alex Gidman
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NettyConnectionHandlercreateConnectionHandler(ConnectionConfiguration configuration) Creates a new NettyConnectionHandler based on the type of connection set in the configuration.
-
Constructor Details
-
NettyConnectionHandlerFactory
public NettyConnectionHandlerFactory()
-
-
Method Details
-
createConnectionHandler
Creates a new NettyConnectionHandler based on the type of connection set in the configuration.- Parameters:
configuration- options for how the connection is configured- Returns:
- a new NettyConnectionHandler
-