Platform SDK Java 8.5 API Reference

Package com.genesyslab.platform.commons.connection

Provides facilities for communicating with Genesys servers using the ConnectionManager factory class.

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
 

Package com.genesyslab.platform.commons.connection Description

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

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.