Platform SDK Java 8.5 API Reference

Uses of Package
com.genesyslab.platform.commons.connection

Packages that use com.genesyslab.platform.commons.connection
com.genesyslab.platform.commons.connection Provides facilities for communicating with Genesys servers using the ConnectionManager factory class. 
com.genesyslab.platform.commons.connection.impl   
com.genesyslab.platform.commons.protocol Contains classes that support the Protocol objects used by applications developed with the Platform SDKs. 
com.genesyslab.platform.commons.protocol.runtime   
com.genesyslab.platform.configuration.protocol This package contains the Protocol classes that your applications can use to set up communication with Configuration Server. 
com.genesyslab.platform.configuration.protocol.runtime.channel This package is used internally by the protocol. 
com.genesyslab.platform.configuration.protocol.runtime.codec This package is used internally by the protocol. 
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.runtime This package is used internally by the protocol. 
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.management.protocol This package contains the Protocol classes that your applications can use to set up communication with Genesys Solution Control Server, Message Server and Local Control Agents (LCAs). 
com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime This package is used internally by the protocol. 
com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime.codec This package is used internally by the protocol. 
com.genesyslab.platform.management.protocol.messageserver.runtime This package is used internally by the protocol. 
com.genesyslab.platform.management.protocol.messageserver.runtime.codec This package is used internally by the protocol. 
com.genesyslab.platform.management.protocol.solutioncontrolserver.runtime.channel This package is used internally by the protocol. 
com.genesyslab.platform.openmedia.protocol This package contains the Protocol classes that your applications can use to set up communication with Interaction Server. 
com.genesyslab.platform.openmedia.protocol.externalservice   
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.reporting.protocol This package contains the StatServerProtocol class that you can use this class to set up communication with Stat Server. 
com.genesyslab.platform.reporting.protocol.runtime This package is used internally by the protocol. 
com.genesyslab.platform.routing.protocol This package contains the UrsCustomProtocol, UrsCustomProtocolListener and RoutingServerProtocol classes. 
com.genesyslab.platform.routing.protocol.routingserver.runtime This package is used internally by the protocol. 
com.genesyslab.platform.voice.protocol This package contains the Protocol classes that your applications can use to set up communication with T-Server, such as TServerProtocol
com.genesyslab.platform.voice.protocol.runtime This package is used internally by the protocol. 
com.genesyslab.platform.voice.protocol.runtime.codec This package is used internally by the protocol. 
com.genesyslab.platform.webmedia.protocol This package contains the Protocol classes that allow you to create applications that integrate with Genesys non-voice media servers. 
com.genesyslab.platform.webmedia.protocol.email.runtime.codec This package is used internally by the protocol. 
com.genesyslab.platform.webmedia.protocol.espemail.runtime This package is used internally by the protocol. 
com.genesyslab.platform.webmedia.protocol.runtime.codec This package is used internally by the protocol. 
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. 
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.commons.connection
AttributeSubscriptionList.AttributeSubscriptionType
          Enumeration defining possible types of attribute subscription.
Connection
          Allows for direct communication with a server using TCP/IP.
ConnectionAcceptor
           
ConnectionClosedEvent
           
ConnectionHandler
          Handles connection events.
ConnectionListener
           
ConnectionState
          Enum that defines all possible connection states.
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.
MessageTransport
          Transport is StructureHandler for client-to-server way.
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.commons.connection.impl
Connection
          Allows for direct communication with a server using TCP/IP.
MessageStructureHandler
          Handler can be shared by multiple threads so it has to be stateless.
MessageTransport
          Transport is StructureHandler for client-to-server way.
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.commons.protocol
Connection
          Allows for direct communication with a server using TCP/IP.
ConnectionClosedEvent
           
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.commons.protocol.runtime
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.
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.configuration.protocol
ConnectionClosedEvent
           
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.configuration.protocol.runtime.channel
MessageStructureHandler.StringBytes
           
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.configuration.protocol.runtime.codec
MessageTransport
          Transport is StructureHandler for client-to-server way.
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.configuration.protocol.server
Connection
          Allows for direct communication with a server using TCP/IP.
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.contacts.protocol.runtime
MessageTransport
          Transport is StructureHandler for client-to-server way.
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.contacts.protocol.server
Connection
          Allows for direct communication with a server using TCP/IP.
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.management.protocol
Connection
          Allows for direct communication with a server using TCP/IP.
ConnectionClosedEvent
           
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime
Connection
          Allows for direct communication with a server using TCP/IP.
ConnectionClosedEvent
           
MessageStructureHandler
          Handler can be shared by multiple threads so it has to be stateless.
MessageTransport
          Transport is StructureHandler for client-to-server way.
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime.codec
MessageTransport
          Transport is StructureHandler for client-to-server way.
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.management.protocol.messageserver.runtime
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.
MessageTransport
          Transport is StructureHandler for client-to-server way.
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.management.protocol.messageserver.runtime.codec
MessageTransport
          Transport is StructureHandler for client-to-server way.
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.management.protocol.solutioncontrolserver.runtime.channel
MessageTransport
          Transport is StructureHandler for client-to-server way.
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.openmedia.protocol
ConnectionClosedEvent
           
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.openmedia.protocol.externalservice
MessageTransport
          Transport is StructureHandler for client-to-server way.
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.openmedia.protocol.server
Connection
          Allows for direct communication with a server using TCP/IP.
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.reporting.protocol
ConnectionClosedEvent
           
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.reporting.protocol.runtime
MessageTransport
          Transport is StructureHandler for client-to-server way.
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.routing.protocol
ConnectionClosedEvent
           
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.routing.protocol.routingserver.runtime
MessageTransport
          Transport is StructureHandler for client-to-server way.
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.voice.protocol
Connection
          Allows for direct communication with a server using TCP/IP.
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.voice.protocol.runtime
Connection
          Allows for direct communication with a server using TCP/IP.
ConnectionClosedEvent
           
ConnectionHandler
          Handles connection events.
ConnectionState
          Enum that defines all possible connection states.
MessagePackager
          Packager is StructreHandler for server-to-client way and HAS StructureHandler for client-to-server way.
MessageTransport
          Transport is StructureHandler for client-to-server way.
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.voice.protocol.runtime.codec
MessageTransport
          Transport is StructureHandler for client-to-server way.
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.webmedia.protocol
Connection
          Allows for direct communication with a server using TCP/IP.
ConnectionClosedEvent
           
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.webmedia.protocol.email.runtime.codec
MessageTransport
          Transport is StructureHandler for client-to-server way.
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.webmedia.protocol.espemail.runtime
MessageTransport
          Transport is StructureHandler for client-to-server way.
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.webmedia.protocol.runtime.codec
MessageTransport
          Transport is StructureHandler for client-to-server way.
 

Classes in com.genesyslab.platform.commons.connection used by com.genesyslab.platform.webmedia.protocol.server
Connection
          Allows for direct communication with a server using TCP/IP.
 


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.