|
Platform SDK Java 8.5 API Reference | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Connection | Allows for direct communication with a server using TCP/IP. |
ConnectionAcceptor | |
ConnectionHandler | Handles connection events. |
ConnectionListener | |
MessageHandler | Deprecated. its not in use |
MessagePackager | Packager is StructreHandler for server-to-client way and HAS StructureHandler for client-to-server way. |
MessageStructureHandler | Handler can be shared by multiple threads so it has to be stateless. |
MessageStructureHandler.StringBytes | |
MessageTransport | Transport is StructureHandler for client-to-server way. |
StartTLSSupport | Connections that support StartTLS (Genesys: auto-detect/upgrade) functionality should implement this interface. |
Class Summary | |
---|---|
AttributeRawValue | Container of exact network data of a protocol message attribute for "raw" attribute subscription. It contains value type information and byte array with actual data. |
AttributeSubscriptionList | AttributeSubscriptionList is used for defining pairs messageId::attributeId
for subscription to row data in incoming protocol "event" messages. |
ConnectionClosedEvent | |
ConnectionManager | Factory for connections. |
ConnectionMessage | Message to/from server. |
ConnectionState | Enum that defines all possible connection states. |
Enum Summary | |
---|---|
AttributeSubscriptionList.AttributeSubscriptionType | Enumeration defining possible types of attribute subscription. |
Exception Summary | |
---|---|
ConnectionException | Connection-related exception. |
PsdkConnectionException | This exception is thrown when action acceptable for not opened channel occurs |
Provides facilities for communicating with Genesys servers using the ConnectionManager factory class.
Auto-detection of Configuration Server is supported with the default connection implementation.
For general information on the structure and usage of the Platform SDKs, please refer to the introductory articles located in the Platform SDK Developer's Guide.
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |