Package | Description |
---|---|
com.genesyslab.platform.clusterprotocol |
Cluster Protocol Application Block
|
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 |
This package contains the
Protocol classes that your applications
can use to set up communication with Configuration Server. |
com.genesyslab.platform.contacts.protocol |
This package contains the
Protocol classes that your applications can use to set up communication with Universal Contact Server, including UniversalContactServerProtocol. |
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 |
This package contains the
Protocol classes that your applications
can use to set up communication with Interaction Server. |
com.genesyslab.platform.outbound.protocol |
This package contains the
Protocol classes that your applications
can use to set up communication with Outbound Contact Server. |
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.routing.protocol |
This package contains the
UrsCustomProtocol ,
UrsCustomProtocolListener and
RoutingServerProtocol classes. |
com.genesyslab.platform.standby | |
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.webmedia.protocol |
This package contains the Protocol classes that allow you to create applications that integrate with Genesys non-voice media servers.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractClusterChannel<P extends ClientChannel> |
Abstract Cluster Protocol channel methods.
It's a common functionality for all Cluster Protocols. |
class |
ClusterProtocolBuilder<P extends ClientChannel,CP extends ClusterProtocol,PB extends ProtocolBuilder<P,PB>,B extends ClusterProtocolBuilder<P,CP,PB,B>> |
Abstract generic builder base for Cluster Protocols construction.
|
class |
ClusterProtocolImpl<P extends ClientChannel,B extends ProtocolBuilder<P,B>> |
Abstract implementation base of Cluster Protocol interface.
It's a common functionality for all specific Cluster Protocols. |
class |
ProtocolBuilder<P extends ClientChannel,B extends ProtocolBuilder<P,B>> |
Abstract builder base for cluster protocol nodes.
|
Modifier and Type | Method | Description |
---|---|---|
MessageCorrelator |
MessageCorrelator.withChannel(ClientChannel owner) |
Modifier and Type | Class | Description |
---|---|---|
class |
ConfServerProtocol |
Use a
ConfServerProtocol object to establish
communication between application and Genesys Configuration Server. |
Modifier and Type | Class | Description |
---|---|---|
class |
UniversalContactServerProtocol |
Use a
UniversalContactServerProtocol object to establish
communication between an agent application (or other client application)
and Universal Contact Server. |
Modifier and Type | Class | Description |
---|---|---|
class |
LocalControlAgentProtocol |
Use a
LocalControlAgentProtocol object to establish
communication between a client application and Genesys Local Control Agent. |
class |
MessageServerProtocol |
Use a
MessageServerProtocol object to establish
communication between a client application and Genesys Message Server. |
class |
SolutionControlServerProtocol |
Use an
SolutionControlServerProtocol object to establish
communication between an agent application (or other client application)
and Solution ControlServer. |
Modifier and Type | Class | Description |
---|---|---|
class |
LcaUdpHeartbeatInternalProtocol |
Modifier and Type | Class | Description |
---|---|---|
class |
ExternalServiceProtocol |
|
class |
InteractionServerProtocol |
Use an
InteractionServerProtocol object to establish
communication between an agent application (or other client application)
and Interaction Server. |
Modifier and Type | Class | Description |
---|---|---|
class |
OutboundServerProtocol |
Use an
OutboundServerProtocol object to establish
communication between a client application and Outbound Server. |
Modifier and Type | Class | Description |
---|---|---|
class |
StatServerProtocol |
Use a
StatServerProtocol object to establish
communication between a client application and Statistics Server. |
Modifier and Type | Class | Description |
---|---|---|
class |
RoutingServerProtocol |
Use a
RoutingServerProtocol object to establish
communication between a client application and Universal Routing Server. |
class |
UrsCustomProtocol |
Modifier and Type | Method | Description |
---|---|---|
ClientChannel |
WarmStandby.getChannel() |
Gets attached channel.
|
Constructor | Description |
---|---|
WarmStandby(ClientChannel channel,
Endpoint... endpoints) |
Creates the new warm stanby instance and defines endpoint pool.
|
WarmStandby(ClientChannel channel,
java.util.List<Endpoint> endpoints) |
Creates the new warm stanby instance and defines endpoints pool.
|
WarmStandby(java.lang.String name,
ClientChannel channel,
Endpoint... endpoints) |
Creates the new warm stanby instance and defines endpoint pool.
|
WarmStandby(java.lang.String name,
ClientChannel channel,
java.util.List<Endpoint> endpoints) |
Creates the new warm stanby instance and defines endpoints pool.
|
Modifier and Type | Class | Description |
---|---|---|
class |
TServerProtocol |
Use a
TServerProtocol object to establish
communication between a client application and TServer. |
Modifier and Type | Class | Description |
---|---|---|
class |
BasicChatProtocol |
By default, BasicChatProtocol has enabled AutoRegister mode.
|
class |
CallbackProtocol |
|
class |
EmailProtocol |
Deprecated.
|
class |
EspEmailProtocol |
Use an
EspEmailProtocol object to establish
communication between client application and ESP based Email Server. |
class |
FlexChatProtocol |
By default, channel has enabled AutoRegister mode.
|
class |
OptionalRegistrationChannel |
|
class |
WebmediaChannel |
It's an abstract base class for all WebMedia protocols including
BasicChat, FlexChat, Callback and XML based Email protocols.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.