Package | Description |
---|---|
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. |
Modifier and Type | Method | Description |
---|---|---|
static Connection |
ConnectionManager.createConnection(java.lang.String host,
int port,
ConnectionContext ctx) |
Creates connection object for the specified server.
|
static Connection |
ConnectionManager.createConnection(java.net.InetAddress address,
int port,
ConnectionContext ctx) |
Creates connection object for the specified server.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ConnectionListener.onNewConnection(Connection conn) |
Constructor | Description |
---|---|
ConnectionClosedEvent(java.lang.Object source,
java.lang.Throwable cause,
Connection con) |
Constructs an event about closed connection.
|
Modifier and Type | Class | Description |
---|---|---|
class |
com.genesyslab.platform.commons.connection.impl.AbstractConnection |
|
class |
com.genesyslab.platform.commons.connection.impl.AbstractConnectionImpl |
Modifier and Type | Method | Description |
---|---|---|
protected Connection |
DuplexChannel.createConnection(Endpoint endpoint) |
Modifier and Type | Method | Description |
---|---|---|
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) |
Constructor | Description |
---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
ClientChannelHandler |
ConfServerClientChannelHandlerFactory.createHandler(Connection connection,
ConnectionConfiguration config) |
Constructor | Description |
---|---|
ConfServerClientChannelHandler(Connection connection,
ConnectionConfiguration config,
CfgMetadata cfgMetadata,
AesUtil aes,
KeyValuePrinter kvPrinter) |
Modifier and Type | Method | Description |
---|---|---|
ClientChannelHandler |
UniversalContactServerClientChannelHandlerFactory.createHandler(Connection connection,
ConnectionConfiguration config) |
Constructor | Description |
---|---|
UniversalContactServerClientChannelHandler(Connection connection,
ConnectionConfiguration config) |
Modifier and Type | Method | Description |
---|---|---|
protected Connection |
MessageServerProtocol.createConnection(Endpoint endpoint) |
Modifier and Type | Class | Description |
---|---|---|
class |
UdpConnectionImpl |
Modifier and Type | Method | Description |
---|---|---|
protected Connection |
LcaUdpHeartbeatInternalProtocol.createConnection(Endpoint endpoint) |
Modifier and Type | Method | Description |
---|---|---|
ClientChannelHandler |
ExternalServiceClientChannelHandlerFactory.createHandler(Connection connection,
ConnectionConfiguration config) |
|
ClientChannelHandler |
InteractionServerClientChannelHandlerFactory.createHandler(Connection connection,
ConnectionConfiguration config) |
Constructor | Description |
---|---|
ExternalServiceClientChannelHandler(Connection connection,
ConnectionConfiguration config) |
|
InteractionServerClientChannelHandler(Connection connection,
ConnectionConfiguration config) |
Modifier and Type | Method | Description |
---|---|---|
protected Connection |
TServerProtocol.createConnection(Endpoint endpoint) |
Modifier and Type | Class | Description |
---|---|---|
class |
HAConnection |
Please note, that unlike TLib 7.1 this connection doesn't
waitResponse primary connection and link status inside open().
|
Modifier and Type | Method | Description |
---|---|---|
static Connection |
HAMessagesUtil.createSecondConnection(ConnectionSettings settings) |
|
Connection |
ConnectionProxy.getConnection() |
Get phisical (real) connection of this proxy.
|
Connection |
ConnectionProxyImpl.getConnection() |
|
protected Connection |
AbstractConnState.getRealConnection() |
Modifier and Type | Method | Description |
---|---|---|
void |
RegistrationHandler.sendStoredMessages(Connection conn,
boolean doRegistration,
boolean doPsRegistration) |
|
void |
ConnectionProxy.setConnection(Connection connection) |
Set phisical (real) connection of this proxy.
|
void |
ConnectionProxyImpl.setConnection(Connection connection) |
Modifier and Type | Method | Description |
---|---|---|
protected Connection |
WebmediaChannel.createConnection(Endpoint endpoint) |
Modifier and Type | Method | Description |
---|---|---|
ClientChannelHandler |
CallbackClientChannelHandlerFactory.createHandler(Connection connection,
ConnectionConfiguration config) |
|
ClientChannelHandler |
ChatClientChannelHandlerFactory.createHandler(Connection connection,
ConnectionConfiguration config) |
|
ClientChannelHandler |
EmailClientChannelHandlerFactory.createHandler(Connection connection,
ConnectionConfiguration config) |
|
ClientChannelHandler |
EspEmailClientChannelHandlerFactory.createHandler(Connection connection,
ConnectionConfiguration config) |
Constructor | Description |
---|---|
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) |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.