|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.protocol.ClientChannelHandlerFactory
com.genesyslab.platform.openmedia.protocol.server.InteractionServerClientChannelHandlerFactory
public class InteractionServerClientChannelHandlerFactory
Interaction Server protocol internal ClientChannelHandler factory.
Note: This class is internal and is not supposed for explicit usage by applications.
InteractionServerProtocolListener
Constructor Summary | |
---|---|
InteractionServerClientChannelHandlerFactory()
|
Method Summary | |
---|---|
ClientChannelHandler |
createHandler(Connection connection,
ConnectionConfiguration config)
Creates client channel handler instance for new incoming client connection. |
Methods inherited from class com.genesyslab.platform.commons.protocol.ClientChannelHandlerFactory |
---|
getProtocolFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InteractionServerClientChannelHandlerFactory()
Method Detail |
---|
public ClientChannelHandler createHandler(Connection connection, ConnectionConfiguration config)
ClientChannelHandlerFactory
createHandler
in class ClientChannelHandlerFactory
connection
- the newly accepted incoming client connection.config
- the channel connection configuration.
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |