|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DuplexChannel | |
---|---|
com.genesyslab.platform.apptemplate.filtering | |
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.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 | This package contains the Protocol classes that your applications can use to set up communication with Universal Contact Server, including UniversalContactServerProtocol. |
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 | This package contains the Protocol classes that your applications
can use to set up communication with Interaction Server. |
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.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. |
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. |
Uses of DuplexChannel in com.genesyslab.platform.apptemplate.filtering |
---|
Methods in com.genesyslab.platform.apptemplate.filtering with parameters of type DuplexChannel | |
---|---|
static void |
FilterConfigurationHelper.bind(DuplexChannel protocol,
IGApplicationConfiguration cfgApplication,
IConfService service)
Binds default message filter implementation with a protocol object. |
static void |
FilterConfigurationHelper.bind(DuplexChannel protocol,
java.lang.String applicationName,
IConfService service)
Binds default message filter implementation with a protocol object. |
static void |
FilterConfigurationHelper.unbind(DuplexChannel protocol,
IConfService service)
Unregisters filter from protocol object. |
Uses of DuplexChannel in com.genesyslab.platform.commons.protocol |
---|
Subclasses of DuplexChannel in com.genesyslab.platform.commons.protocol | |
---|---|
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 . |
class |
ClientChannelHandler
Base class for incoming clients connections channels on ServerChannel. |
Methods in com.genesyslab.platform.commons.protocol with parameters of type DuplexChannel | |
---|---|
protected void |
ServerChannel.modifyNewChannel(DuplexChannel channel)
This method modifies the new channel to support server mode of operation suggested by ServerChannel. |
Uses of DuplexChannel in com.genesyslab.platform.configuration.protocol |
---|
Subclasses of DuplexChannel in com.genesyslab.platform.configuration.protocol | |
---|---|
class |
ConfServerProtocol
Use a ConfServerProtocol object to establish
communication between application and Genesys Configuration Server. |
Uses of DuplexChannel in com.genesyslab.platform.configuration.protocol.server |
---|
Subclasses of DuplexChannel in com.genesyslab.platform.configuration.protocol.server | |
---|---|
class |
ConfServerClientChannelHandler
Configuration Server protocol internal ClientChannelHandler. Note: This class is internal and is not supposed for explicit usage by applications. |
Uses of DuplexChannel in com.genesyslab.platform.contacts.protocol |
---|
Subclasses of DuplexChannel in com.genesyslab.platform.contacts.protocol | |
---|---|
class |
UniversalContactServerProtocol
Use a UniversalContactServerProtocol object to establish
communication between an agent application (or other client application)
and Universal Contact Server. |
Methods in com.genesyslab.platform.contacts.protocol with parameters of type DuplexChannel | |
---|---|
protected static Message |
UniversalContactServerProtocol.fromEsp(DuplexChannel channel,
Message esp)
|
protected static Message |
UniversalContactServerProtocol.processReceivedMessage(DuplexChannel channel,
Message incom,
ILogger logger)
|
protected static Message |
UniversalContactServerProtocol.processSentMessage(DuplexChannel channel,
Message message,
boolean useUtf,
ReferenceBuilder referenceBuilder)
|
protected static Message |
UniversalContactServerProtocol.toEsp(DuplexChannel channel,
Message message,
boolean useUtfFor)
|
Uses of DuplexChannel in com.genesyslab.platform.contacts.protocol.server |
---|
Subclasses of DuplexChannel in com.genesyslab.platform.contacts.protocol.server | |
---|---|
class |
UniversalContactServerClientChannelHandler
Universal Contact Server protocol internal ClientChannelHandler. Note: This class is internal and is not supposed for explicit usage by applications. |
Uses of DuplexChannel in com.genesyslab.platform.management.protocol |
---|
Subclasses of DuplexChannel in com.genesyslab.platform.management.protocol | |
---|---|
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 DuplexChannel in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime |
---|
Subclasses of DuplexChannel in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime | |
---|---|
class |
LcaUdpHeartbeatInternalProtocol
|
Uses of DuplexChannel in com.genesyslab.platform.openmedia.protocol |
---|
Subclasses of DuplexChannel in com.genesyslab.platform.openmedia.protocol | |
---|---|
class |
ExternalServiceProtocol
|
class |
InteractionServerProtocol
Use an InteractionServerProtocol object to establish
communication between an agent application (or other client application)
and Interaction Server. |
Methods in com.genesyslab.platform.openmedia.protocol with parameters of type DuplexChannel | |
---|---|
protected static void |
ExternalServiceProtocol.toEspRequestorInfo(Message message,
DuplexChannel protocol,
KeyValueCollection kvList)
|
Uses of DuplexChannel in com.genesyslab.platform.openmedia.protocol.server |
---|
Subclasses of DuplexChannel in com.genesyslab.platform.openmedia.protocol.server | |
---|---|
class |
ExternalServiceClientChannelHandler
External Service protocol internal ClientChannelHandler. Note: This class is internal and is not supposed for explicit usage by applications. |
class |
InteractionServerClientChannelHandler
Interaction Server protocol internal ClientChannelHandler. Note: This class is internal and is not supposed for explicit usage by applications. |
Uses of DuplexChannel in com.genesyslab.platform.outbound.protocol |
---|
Subclasses of DuplexChannel in com.genesyslab.platform.outbound.protocol | |
---|---|
class |
OutboundServerProtocol
Use an OutboundServerProtocol object to establish
communication between a client application and Outbound Server. |
Uses of DuplexChannel in com.genesyslab.platform.reporting.protocol |
---|
Subclasses of DuplexChannel in com.genesyslab.platform.reporting.protocol | |
---|---|
class |
StatServerProtocol
Use a StatServerProtocol object to establish
communication between a client application and Statistics Server. |
Uses of DuplexChannel in com.genesyslab.platform.routing.protocol |
---|
Subclasses of DuplexChannel in com.genesyslab.platform.routing.protocol | |
---|---|
class |
RoutingServerProtocol
Use a RoutingServerProtocol object to establish
communication between a client application and Universal Routing Server. |
class |
UrsCustomProtocol
|
Uses of DuplexChannel in com.genesyslab.platform.voice.protocol |
---|
Subclasses of DuplexChannel in com.genesyslab.platform.voice.protocol | |
---|---|
class |
TServerProtocol
Use a TServerProtocol object to establish
communication between a client application and TServer. |
Uses of DuplexChannel in com.genesyslab.platform.webmedia.protocol |
---|
Subclasses of DuplexChannel in com.genesyslab.platform.webmedia.protocol | |
---|---|
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. |
Methods in com.genesyslab.platform.webmedia.protocol with parameters of type DuplexChannel | |
---|---|
protected static Message |
EspEmailProtocol.fromEsp(DuplexChannel channel,
Message esp)
|
protected static Message |
EspEmailProtocol.processEvent(DuplexChannel channel,
Message msg,
ILogger log)
|
protected static Message |
EspEmailProtocol.processSentMesage(DuplexChannel channel,
Message message,
ReferenceBuilder referenceBuilder)
|
protected static Message |
EspEmailProtocol.toEsp(DuplexChannel channel,
Message msg)
|
Uses of DuplexChannel in com.genesyslab.platform.webmedia.protocol.server |
---|
Subclasses of DuplexChannel in com.genesyslab.platform.webmedia.protocol.server | |
---|---|
class |
CallbackClientChannelHandler
Callback Server protocol internal ClientChannelHandler. Note: This class is internal and is not supposed for explicit usage by applications. |
class |
ChatClientChannelHandler
Chat Server protocols internal ClientChannelHandler. Note: This class is internal and is not supposed for explicit usage by applications. |
class |
EmailClientChannelHandler
Email Server protocol internal ClientChannelHandler. Note: This class is internal and is not supposed for explicit usage by applications. |
class |
EspEmailClientChannelHandler
Created by vgarmash on 23.11.2016. |
class |
WebMediaClientChannelHandler
Web Media protocols internal ClientChannelHandler's base class. Note: This class is internal and is not supposed for explicit usage by applications. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |