|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientChannelHandler | |
---|---|
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 ClientChannelHandler in com.genesyslab.platform.commons.protocol |
---|
Methods in com.genesyslab.platform.commons.protocol that return ClientChannelHandler | |
---|---|
ClientChannelHandler |
ClientChannelHandlerFactory.createHandler(Connection connection,
ConnectionConfiguration config)
Creates client channel handler instance for new incoming client connection. |
Uses of ClientChannelHandler in com.genesyslab.platform.configuration.protocol.server |
---|
Subclasses of ClientChannelHandler in com.genesyslab.platform.configuration.protocol.server | |
---|---|
class |
ConfServerClientChannelHandler
Configuration Server protocol internal ClientChannelHandler. Note: This class is internal and is not supposed for explicit usage by applications. |
Methods in com.genesyslab.platform.configuration.protocol.server that return ClientChannelHandler | |
---|---|
ClientChannelHandler |
ConfServerClientChannelHandlerFactory.createHandler(Connection connection,
ConnectionConfiguration config)
|
Uses of ClientChannelHandler in com.genesyslab.platform.contacts.protocol.server |
---|
Subclasses of ClientChannelHandler in com.genesyslab.platform.contacts.protocol.server | |
---|---|
class |
UniversalContactServerClientChannelHandler
Universal Contact Server protocol internal ClientChannelHandler. Note: This class is internal and is not supposed for explicit usage by applications. |
Methods in com.genesyslab.platform.contacts.protocol.server that return ClientChannelHandler | |
---|---|
ClientChannelHandler |
UniversalContactServerClientChannelHandlerFactory.createHandler(Connection connection,
ConnectionConfiguration config)
|
Uses of ClientChannelHandler in com.genesyslab.platform.openmedia.protocol.server |
---|
Subclasses of ClientChannelHandler in com.genesyslab.platform.openmedia.protocol.server | |
---|---|
class |
ExternalServiceClientChannelHandler
External Service protocol internal ClientChannelHandler. Note: This class is internal and is not supposed for explicit usage by applications. |
class |
InteractionServerClientChannelHandler
Interaction Server protocol internal ClientChannelHandler. Note: This class is internal and is not supposed for explicit usage by applications. |
Methods in com.genesyslab.platform.openmedia.protocol.server that return ClientChannelHandler | |
---|---|
ClientChannelHandler |
InteractionServerClientChannelHandlerFactory.createHandler(Connection connection,
ConnectionConfiguration config)
|
ClientChannelHandler |
ExternalServiceClientChannelHandlerFactory.createHandler(Connection connection,
ConnectionConfiguration config)
|
Uses of ClientChannelHandler in com.genesyslab.platform.webmedia.protocol.server |
---|
Subclasses of ClientChannelHandler in com.genesyslab.platform.webmedia.protocol.server | |
---|---|
class |
CallbackClientChannelHandler
Callback Server protocol internal ClientChannelHandler. Note: This class is internal and is not supposed for explicit usage by applications. |
class |
ChatClientChannelHandler
Chat Server protocols internal ClientChannelHandler. Note: This class is internal and is not supposed for explicit usage by applications. |
class |
EmailClientChannelHandler
Email Server protocol internal ClientChannelHandler. Note: This class is internal and is not supposed for explicit usage by applications. |
class |
EspEmailClientChannelHandler
Created by vgarmash on 23.11.2016. |
class |
WebMediaClientChannelHandler
Web Media protocols internal ClientChannelHandler's base class. Note: This class is internal and is not supposed for explicit usage by applications. |
Methods in com.genesyslab.platform.webmedia.protocol.server that return ClientChannelHandler | |
---|---|
ClientChannelHandler |
EspEmailClientChannelHandlerFactory.createHandler(Connection connection,
ConnectionConfiguration config)
|
ClientChannelHandler |
EmailClientChannelHandlerFactory.createHandler(Connection connection,
ConnectionConfiguration config)
|
ClientChannelHandler |
ChatClientChannelHandlerFactory.createHandler(Connection connection,
ConnectionConfiguration config)
|
ClientChannelHandler |
CallbackClientChannelHandlerFactory.createHandler(Connection connection,
ConnectionConfiguration config)
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |