Platform SDK Java 8.5 API Reference

Uses of Interface
com.genesyslab.platform.commons.connection.Connection

Packages that use 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.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.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.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.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.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.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 Connection in com.genesyslab.platform.commons.connection
 

Methods in com.genesyslab.platform.commons.connection that return Connection
static Connection ConnectionManager.createConnection(java.net.InetAddress address, int port, ConnectionContext ctx)
          Creates connection object for the specified server.
static Connection ConnectionManager.createConnection(java.lang.String host, int port, ConnectionContext ctx)
          Creates connection object for the specified server.
 

Methods in com.genesyslab.platform.commons.connection with parameters of type Connection
 void ConnectionListener.onNewConnection(Connection conn)
           
 

Constructors in com.genesyslab.platform.commons.connection with parameters of type Connection
ConnectionClosedEvent(java.lang.Object source, java.lang.Throwable cause, Connection con)
          Constructs an event about closed connection.
 

Uses of Connection in com.genesyslab.platform.commons.connection.impl
 

Classes in com.genesyslab.platform.commons.connection.impl that implement Connection
 class com.genesyslab.platform.commons.connection.impl.AbstractConnection
           
 class com.genesyslab.platform.commons.connection.impl.AbstractConnectionImpl
           
 

Uses of Connection in com.genesyslab.platform.commons.protocol
 

Methods in com.genesyslab.platform.commons.protocol that return Connection
protected  Connection DuplexChannel.createConnection(Endpoint endpoint)
           
 

Methods in com.genesyslab.platform.commons.protocol with parameters of type Connection
 ClientChannelHandler ClientChannelHandlerFactory.createHandler(Connection connection, ConnectionConfiguration config)
          Creates client channel handler instance for new incoming client connection.
protected  void DuplexChannel.initPackager(Connection connection, java.lang.Object protocolData)
           
 

Constructors in com.genesyslab.platform.commons.protocol with parameters of type Connection
ClientChannelHandler(Connection connection, ConnectionConfiguration config, ProtocolFactory factory)
           
DuplexChannel(Connection conn, Endpoint endpoint, ProtocolFactory factory)
          Creates channel for server connection.
DuplexChannel(Connection conn, ProtocolFactory factory, long timeout)
          Deprecated. 
 

Uses of Connection in com.genesyslab.platform.configuration.protocol.server
 

Methods in com.genesyslab.platform.configuration.protocol.server with parameters of type Connection
 ClientChannelHandler ConfServerClientChannelHandlerFactory.createHandler(Connection connection, ConnectionConfiguration config)
           
 

Constructors in com.genesyslab.platform.configuration.protocol.server with parameters of type Connection
ConfServerClientChannelHandler(Connection connection, ConnectionConfiguration config, CfgMetadata cfgMetadata, AesUtil aes, KeyValuePrinter kvPrinter)
           
 

Uses of Connection in com.genesyslab.platform.contacts.protocol.server
 

Methods in com.genesyslab.platform.contacts.protocol.server with parameters of type Connection
 ClientChannelHandler UniversalContactServerClientChannelHandlerFactory.createHandler(Connection connection, ConnectionConfiguration config)
           
 

Constructors in com.genesyslab.platform.contacts.protocol.server with parameters of type Connection
UniversalContactServerClientChannelHandler(Connection connection, ConnectionConfiguration config)
           
 

Uses of Connection in com.genesyslab.platform.management.protocol
 

Methods in com.genesyslab.platform.management.protocol that return Connection
protected  Connection MessageServerProtocol.createConnection(Endpoint endpoint)
           
 

Uses of Connection in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime
 

Classes in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime that implement Connection
 class UdpConnectionImpl
           
 

Methods in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime that return Connection
protected  Connection LcaUdpHeartbeatInternalProtocol.createConnection(Endpoint endpoint)
           
 

Uses of Connection in com.genesyslab.platform.openmedia.protocol.server
 

Methods in com.genesyslab.platform.openmedia.protocol.server with parameters of type Connection
 ClientChannelHandler InteractionServerClientChannelHandlerFactory.createHandler(Connection connection, ConnectionConfiguration config)
           
 ClientChannelHandler ExternalServiceClientChannelHandlerFactory.createHandler(Connection connection, ConnectionConfiguration config)
           
 

Constructors in com.genesyslab.platform.openmedia.protocol.server with parameters of type Connection
ExternalServiceClientChannelHandler(Connection connection, ConnectionConfiguration config)
           
InteractionServerClientChannelHandler(Connection connection, ConnectionConfiguration config)
           
 

Uses of Connection in com.genesyslab.platform.voice.protocol
 

Methods in com.genesyslab.platform.voice.protocol that return Connection
protected  Connection TServerProtocol.createConnection(Endpoint endpoint)
           
 

Uses of Connection in com.genesyslab.platform.voice.protocol.runtime
 

Classes in com.genesyslab.platform.voice.protocol.runtime that implement Connection
 class HAConnection
          Please note, that unlike TLib 7.1 this connection doesn't waitResponse primary connection and link status inside open().
 

Methods in com.genesyslab.platform.voice.protocol.runtime that return Connection
static Connection HAMessagesUtil.createSecondConnection(ConnectionSettings settings)
           
 Connection ConnectionProxyImpl.getConnection()
           
 Connection ConnectionProxy.getConnection()
          Get phisical (real) connection of this proxy.
protected  Connection AbstractConnState.getRealConnection()
           
 

Methods in com.genesyslab.platform.voice.protocol.runtime with parameters of type Connection
 void RegistrationHandler.sendStoredMessages(Connection conn)
           
 void ConnectionProxyImpl.setConnection(Connection connection)
           
 void ConnectionProxy.setConnection(Connection connection)
          Set phisical (real) connection of this proxy.
 

Uses of Connection in com.genesyslab.platform.webmedia.protocol
 

Methods in com.genesyslab.platform.webmedia.protocol that return Connection
protected  Connection WebmediaChannel.createConnection(Endpoint endpoint)
           
 

Uses of Connection in com.genesyslab.platform.webmedia.protocol.server
 

Methods in com.genesyslab.platform.webmedia.protocol.server with parameters of type Connection
 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)
           
 

Constructors in com.genesyslab.platform.webmedia.protocol.server with parameters of type Connection
CallbackClientChannelHandler(Connection connection, ConnectionConfiguration config)
           
ChatClientChannelHandler(Connection connection, ConnectionConfiguration config)
           
EmailClientChannelHandler(Connection connection, ConnectionConfiguration config)
           
EspEmailClientChannelHandler(Connection connection, ConnectionConfiguration config)
           
WebMediaClientChannelHandler(Connection connection, ConnectionConfiguration config, com.genesyslab.platform.commons.connection.impl.xml.ProtocolDialect dialect, ProtocolFactory factory)
           
 


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.