Package | Description |
---|---|
com.genesyslab.platform.clusterprotocol |
Cluster Protocol Application Block
|
com.genesyslab.platform.clusterprotocol.lb |
Load Balancer for Cluster Protocol.
|
com.genesyslab.platform.commons.connection |
Provides facilities for communicating with Genesys servers using the ConnectionManager factory class.
|
com.genesyslab.platform.commons.connection.configuration |
Provides configuration options for communicating with Genesys servers.
|
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.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.messageserver.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.reporting.protocol.runtime |
This package is used internally by the protocol.
|
com.genesyslab.platform.voice.protocol.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. |
Modifier and Type | Method | Description |
---|---|---|
ConnectionConfiguration |
ClusterProtocolImpl.getConfiguration() |
Modifier and Type | Method | Description |
---|---|---|
void |
ClusterProtocolImpl.configure(ConnectionConfiguration config) |
Modifier and Type | Method | Description |
---|---|---|
void |
ClusterProtocolLoadBalancer.configure(ConnectionConfiguration config) |
This method is to choose and apply load balancer specific options
from the cluster connection configuration.
|
void |
DefaultClusterLoadBalancer.configure(ConnectionConfiguration config) |
Modifier and Type | Method | Description |
---|---|---|
void |
Connection.configure(ConnectionConfiguration config) |
Configures or reconfigures this connection's additional
parameters.
|
void |
MessagePackager.configure(ConnectionConfiguration config) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractConnectionConfiguration |
AbstractConnectionConfiguration is an abstract class which implements
common methods assuming that real container can hold only string values. |
class |
KeyValueConfiguration |
The implementation of ConnectionConfiguration interface, which contains all values
in
KeyValueCollection . |
class |
ManagedConfiguration |
Managed configuration is wrapper for ConnectionConfiguration.
|
class |
PropertyConfiguration |
The implementation of ConnectionConfiguration interface, which contains all values
in
java.util.Properties . |
Modifier and Type | Method | Description |
---|---|---|
ConnectionConfiguration |
AbstractConnectionConfiguration.clone() |
|
ConnectionConfiguration |
ConnectionConfiguration.clone() |
|
ConnectionConfiguration |
ManagedConfiguration.clone() |
|
ConnectionConfiguration |
ConnectionContext.configuration() |
|
ConnectionConfiguration |
ManagedConfiguration.getConfiguration() |
Get managed configuration
|
Modifier and Type | Method | Description |
---|---|---|
void |
ConnectionContext.configure(ConnectionConfiguration config) |
|
void |
ManagedConfiguration.setConfiguration(ConnectionConfiguration configuration) |
Set properties according to passed configuration
|
Constructor | Description |
---|---|
ManagedConfiguration(ConnectionConfiguration configuration) |
Modifier and Type | Method | Description |
---|---|---|
ConnectionConfiguration |
AbstractChannel.getConfiguration() |
Deprecated.
|
ConnectionConfiguration |
ConfigurationSupport.getConfiguration() |
|
ConnectionConfiguration |
Endpoint.getConfiguration() |
Returns configuration object clone.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractChannel.configure(ConnectionConfiguration config) |
Deprecated.
|
void |
ConfigurationSupport.configure(ConnectionConfiguration config) |
|
ClientChannelHandler |
ClientChannelHandlerFactory.createHandler(Connection connection,
ConnectionConfiguration config) |
Creates client channel handler instance for new incoming client connection.
|
protected void |
AbstractChannel.setConfiguration(ConnectionConfiguration config) |
Constructor | Description |
---|---|
ClientChannelHandler(Connection connection,
ConnectionConfiguration config,
ProtocolFactory factory) |
|
Endpoint(java.lang.String host,
int port,
ConnectionConfiguration connConf) |
This constructor allows creation of fully configured Endpoint
including connection configuration options like TLS properties,
ADDP initialization parameters, channel charset encoding, etc.
|
Endpoint(java.lang.String host,
int port,
ConnectionConfiguration connConf,
boolean tlsEnabled,
javax.net.ssl.SSLContext sslContext,
SSLExtendedOptions sslOptions) |
This constructor allows creation of fully configured Endpoint
including connection configuration options like ADDP initialization parameters,
channel charset encoding, TLS configuration objects etc.
|
Endpoint(java.lang.String name,
ConnectionConfiguration connConf) |
Creates "empty" Endpoint for external address resolution with custom connection target definition.
It's for usage with custom socket address resolver (see SocketAddressResolver ). |
Endpoint(java.lang.String name,
java.lang.String host,
int port,
ConnectionConfiguration connConf) |
This constructor allows creation of fully configured Endpoint
including connection configuration options like TLS properties,
ADDP initialization parameters, channel charset encoding, etc.
|
Endpoint(java.lang.String name,
java.lang.String host,
int port,
ConnectionConfiguration connConf,
boolean tlsEnabled,
javax.net.ssl.SSLContext sslContext,
SSLExtendedOptions sslOptions) |
This constructor allows creation of fully configured Endpoint
including connection configuration options like ADDP initialization parameters,
channel charset encoding, TLS configuration objects etc.
|
WildcardEndpoint(int port,
ConnectionConfiguration connConf) |
|
WildcardEndpoint(int port,
ConnectionConfiguration connConf,
boolean tlsEnabled,
javax.net.ssl.SSLContext sslContext,
SSLExtendedOptions sslOptions) |
|
WildcardEndpoint(java.lang.String name,
int port,
ConnectionConfiguration connConf) |
|
WildcardEndpoint(java.lang.String name,
int port,
ConnectionConfiguration connConf,
boolean tlsEnabled,
javax.net.ssl.SSLContext sslContext,
SSLExtendedOptions sslOptions) |
Modifier and Type | Method | Description |
---|---|---|
void |
ProtocolMessagePackagerImpl.configure(ConnectionConfiguration config) |
Constructor | Description |
---|---|
ProtocolMessagePackagerImpl(ProtocolFactory factory,
ConnectionConfiguration config,
ProtocolMessagePackagerImpl.MessageHandler messageHandler,
ProtocolMessagePackagerImpl.ErrorHandler errorHandler) |
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) |
Constructor | Description |
---|---|
MessageProtocolInnerMessageParser(ProtocolFactory protocolFactory,
ConnectionConfiguration config) |
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 |
---|---|---|
ConnectionConfiguration |
GroupByInfoCodec.getConfiguration() |
|
ConnectionConfiguration |
StatusCodec.getConfiguration() |
|
ConnectionConfiguration |
TargetStateCodec.getConfiguration() |
Modifier and Type | Method | Description |
---|---|---|
void |
GroupByInfoCodec.configure(ConnectionConfiguration config) |
|
void |
StatusCodec.configure(ConnectionConfiguration config) |
|
void |
TargetStateCodec.configure(ConnectionConfiguration config) |
Modifier and Type | Method | Description |
---|---|---|
void |
ConnectionProxyImpl.configure(ConnectionConfiguration config) |
|
void |
HAConnection.configure(ConnectionConfiguration config) |
|
void |
StateNotAvailable.configure(ConnectionConfiguration config) |
Modifier and Type | Method | Description |
---|---|---|
ConnectionConfiguration |
XmlComplexTypeListCodec.getConfiguration() |
|
ConnectionConfiguration |
XmlKeyValueCodec.getConfiguration() |
Modifier and Type | Method | Description |
---|---|---|
void |
XmlComplexTypeListCodec.configure(ConnectionConfiguration config) |
|
void |
XmlKeyValueCodec.configure(ConnectionConfiguration config) |
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.