|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientChannelHandlerFactory | |
---|---|
com.genesyslab.platform.commons.protocol | Contains classes that support the Protocol objects
used by applications developed with the Platform SDKs. |
com.genesyslab.platform.configuration.protocol.server | PSDK internal package for Configuration Server protocol clients handling functionality. Note: This package is internal and is not supposed for explicit usage by applications. |
com.genesyslab.platform.contacts.protocol.server | PSDK internal package for Universal Contact Server protocol clients handling functionality. Note: This package is internal and is not supposed for explicit usage by applications. |
com.genesyslab.platform.openmedia.protocol.server | PSDK internal package for ESP and Interaction Server protocols clients handling functionality. Note: This package is internal and is not supposed for explicit usage by applications. |
com.genesyslab.platform.webmedia.protocol.server | PSDK internal package for Web Media protocols clients handling functionality. Note: This package is internal and is not supposed for explicit usage by applications. |
Uses of ClientChannelHandlerFactory in com.genesyslab.platform.commons.protocol |
---|
Constructors in com.genesyslab.platform.commons.protocol with parameters of type ClientChannelHandlerFactory | |
---|---|
ServerChannel(Endpoint endpoint,
ClientChannelHandlerFactory clientChannelHandlerFactory)
Creates ServerChannel instance to accept and handle incoming clients connections
on the given Endpoint . |
Uses of ClientChannelHandlerFactory in com.genesyslab.platform.configuration.protocol.server |
---|
Subclasses of ClientChannelHandlerFactory in com.genesyslab.platform.configuration.protocol.server | |
---|---|
class |
ConfServerClientChannelHandlerFactory
Configuration Server protocol internal ClientChannelHandler factory. Note: This class is internal and is not supposed for explicit usage by applications. |
Uses of ClientChannelHandlerFactory in com.genesyslab.platform.contacts.protocol.server |
---|
Subclasses of ClientChannelHandlerFactory in com.genesyslab.platform.contacts.protocol.server | |
---|---|
class |
UniversalContactServerClientChannelHandlerFactory
Contact Server protocol internal ClientChannelHandler factory. Note: This class is internal and is not supposed for explicit usage by applications. |
Uses of ClientChannelHandlerFactory in com.genesyslab.platform.openmedia.protocol.server |
---|
Subclasses of ClientChannelHandlerFactory in com.genesyslab.platform.openmedia.protocol.server | |
---|---|
class |
ExternalServiceClientChannelHandlerFactory
External Service protocol internal ClientChannelHandler factory. Note: This class is internal and is not supposed for explicit usage by applications. |
class |
InteractionServerClientChannelHandlerFactory
Interaction Server protocol internal ClientChannelHandler factory. Note: This class is internal and is not supposed for explicit usage by applications. |
Uses of ClientChannelHandlerFactory in com.genesyslab.platform.webmedia.protocol.server |
---|
Subclasses of ClientChannelHandlerFactory in com.genesyslab.platform.webmedia.protocol.server | |
---|---|
class |
CallbackClientChannelHandlerFactory
Callback Server protocol internal ClientChannelHandler factory. Note: This class is internal and is not supposed for explicit usage by applications. |
class |
ChatClientChannelHandlerFactory
Chat Server protocols internal ClientChannelHandler factory. Note: This class is internal and is not supposed for explicit usage by applications. |
class |
EmailClientChannelHandlerFactory
Email Server protocols internal ClientChannelHandler factory. Note: This class is internal and is not supposed for explicit usage by applications. |
class |
EspEmailClientChannelHandlerFactory
Created by vgarmash on 23.11.2016. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |