|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestChannel | |
---|---|
com.genesyslab.platform.clusterprotocol | Cluster Protocol Application Block |
com.genesyslab.platform.clusterprotocol.chat | Cluster Protocol classes for Chat Server protocol. |
com.genesyslab.platform.clusterprotocol.email | Cluster Protocol classes for ESP Email Server. |
com.genesyslab.platform.clusterprotocol.esp | External Service Cluster Protocol. |
com.genesyslab.platform.clusterprotocol.ucs | Cluster Protocol classes for Universal Contact Server. |
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.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. |
Uses of RequestChannel in com.genesyslab.platform.clusterprotocol |
---|
Subinterfaces of RequestChannel in com.genesyslab.platform.clusterprotocol | |
---|---|
interface |
ClusterProtocol
Interface representing a client protocol connection on top of encapsulated multiple protocol connections to a cluster of similarly configured servers. |
Classes in com.genesyslab.platform.clusterprotocol that implement RequestChannel | |
---|---|
class |
AbstractClusterChannel<P extends ClientChannel>
Abstract Cluster Protocol channel methods. It's a common functionality for all Cluster Protocols. |
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. |
Uses of RequestChannel in com.genesyslab.platform.clusterprotocol.chat |
---|
Classes in com.genesyslab.platform.clusterprotocol.chat that implement RequestChannel | |
---|---|
class |
FlexChatClusterProtocol
|
Uses of RequestChannel in com.genesyslab.platform.clusterprotocol.email |
---|
Classes in com.genesyslab.platform.clusterprotocol.email that implement RequestChannel | |
---|---|
class |
EspEmailClusterProtocol
|
Uses of RequestChannel in com.genesyslab.platform.clusterprotocol.esp |
---|
Classes in com.genesyslab.platform.clusterprotocol.esp that implement RequestChannel | |
---|---|
class |
EspClusterProtocol
External Service Cluster Protocol. |
Uses of RequestChannel in com.genesyslab.platform.clusterprotocol.ucs |
---|
Classes in com.genesyslab.platform.clusterprotocol.ucs that implement RequestChannel | |
---|---|
class |
UcsClusterProtocol
Universal Contact Server Cluster Protocol. |
Uses of RequestChannel in com.genesyslab.platform.commons.protocol |
---|
Subinterfaces of RequestChannel in com.genesyslab.platform.commons.protocol | |
---|---|
interface |
Protocol
Protocol is Input/Output Synchronous/Asynchronous channel. |
Classes in com.genesyslab.platform.commons.protocol that implement RequestChannel | |
---|---|
class |
ClientChannel
ClientChannel is the parent class of all of the
Protocol classes used for client applications
in the Platform SDK, such as TServerProtocol and
ConfServerProtocol . |
Uses of RequestChannel in com.genesyslab.platform.configuration.protocol |
---|
Classes in com.genesyslab.platform.configuration.protocol that implement RequestChannel | |
---|---|
class |
ConfServerProtocol
Use a ConfServerProtocol object to establish
communication between application and Genesys Configuration Server. |
Uses of RequestChannel in com.genesyslab.platform.contacts.protocol |
---|
Classes in com.genesyslab.platform.contacts.protocol that implement RequestChannel | |
---|---|
class |
UniversalContactServerProtocol
Use a UniversalContactServerProtocol object to establish
communication between an agent application (or other client application)
and Universal Contact Server. |
Uses of RequestChannel in com.genesyslab.platform.management.protocol |
---|
Classes in com.genesyslab.platform.management.protocol that implement RequestChannel | |
---|---|
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. |
Uses of RequestChannel in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime |
---|
Classes in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime that implement RequestChannel | |
---|---|
class |
LcaUdpHeartbeatInternalProtocol
|
Uses of RequestChannel in com.genesyslab.platform.openmedia.protocol |
---|
Classes in com.genesyslab.platform.openmedia.protocol that implement RequestChannel | |
---|---|
class |
ExternalServiceProtocol
|
class |
InteractionServerProtocol
Use an InteractionServerProtocol object to establish
communication between an agent application (or other client application)
and Interaction Server. |
Uses of RequestChannel in com.genesyslab.platform.outbound.protocol |
---|
Classes in com.genesyslab.platform.outbound.protocol that implement RequestChannel | |
---|---|
class |
OutboundServerProtocol
Use an OutboundServerProtocol object to establish
communication between a client application and Outbound Server. |
Uses of RequestChannel in com.genesyslab.platform.reporting.protocol |
---|
Classes in com.genesyslab.platform.reporting.protocol that implement RequestChannel | |
---|---|
class |
StatServerProtocol
Use a StatServerProtocol object to establish
communication between a client application and Statistics Server. |
Uses of RequestChannel in com.genesyslab.platform.routing.protocol |
---|
Classes in com.genesyslab.platform.routing.protocol that implement RequestChannel | |
---|---|
class |
RoutingServerProtocol
Use a RoutingServerProtocol object to establish
communication between a client application and Universal Routing Server. |
class |
UrsCustomProtocol
|
Uses of RequestChannel in com.genesyslab.platform.voice.protocol |
---|
Classes in com.genesyslab.platform.voice.protocol that implement RequestChannel | |
---|---|
class |
TServerProtocol
Use a TServerProtocol object to establish
communication between a client application and TServer. |
Uses of RequestChannel in com.genesyslab.platform.webmedia.protocol |
---|
Classes in com.genesyslab.platform.webmedia.protocol that implement RequestChannel | |
---|---|
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. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |