Package | Description |
---|---|
com.genesyslab.platform.commons.connection |
Provides facilities for communicating with Genesys servers using the ConnectionManager factory class.
|
com.genesyslab.platform.commons.connection.resolver |
External Socket Address resolution support classes.
|
com.genesyslab.platform.commons.protocol |
Contains classes that support the
Protocol objects
used by applications developed with the Platform SDKs. |
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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AttributeSubscriptionList.applyToContext(ConnectionContext ctx) |
Apply this subscription list to given
ConnectionContext . |
static boolean |
AttributeSubscriptionList.attributeSubscribed(ConnectionContext context,
int msgId,
java.lang.String attrId) |
Deprecated.
|
static ConnectionAcceptor |
ConnectionManager.createAcceptor(java.lang.String host,
int port,
ConnectionListener listener,
ConnectionContext ctx) |
Creates connection acceptor object for the specified address.
|
static ConnectionAcceptor |
ConnectionManager.createAcceptor(java.net.SocketAddress address,
ConnectionListener listener,
ConnectionContext ctx) |
Creates connection acceptor object for the specified address.
|
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.
|
void |
Connection.setContext(ConnectionContext ctx) |
Sets the connection context.
|
void |
ConnectionAcceptor.setContext(ConnectionContext ctx) |
Modifier and Type | Method | Description |
---|---|---|
static SocketAddressResolver.AddressResolutionRequest |
DefaultSocketAddressResolver.createResolutionRequest(java.lang.String host,
int port,
ConnectionContext<?> connectionContext) |
Modifier and Type | Method | Description |
---|---|---|
ConnectionContext<? extends ServerContext> |
AbstractChannel.connectionContext() |
Modifier and Type | Method | Description |
---|---|---|
ConnectionContext |
ConnectionSettings.getConnectionContext() |
Modifier and Type | Method | Description |
---|---|---|
void |
ConnectionSettings.setContext(ConnectionContext connectionContext) |
Modifier and Type | Method | Description |
---|---|---|
static void |
HAMessagesUtil.checkConfiguration(ConnectionContext context,
ILogger log) |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.