|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResponseChannel | |
---|---|
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.openmedia.protocol | This package contains the Protocol classes that your applications
can use to set up communication with Interaction Server. |
com.genesyslab.platform.routing.protocol |
This package contains the
UrsCustomProtocol ,
UrsCustomProtocolListener and
RoutingServerProtocol classes. |
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 ResponseChannel in com.genesyslab.platform.commons.protocol |
---|
Classes in com.genesyslab.platform.commons.protocol that implement ResponseChannel | |
---|---|
class |
ServerChannel
This channel accepts client connections on given local Endpoint .Method AbstractChannel.addChannelListener(ChannelListener) accepts ServerChannelListener ,
which provides notifications on incoming clients. |
Uses of ResponseChannel in com.genesyslab.platform.configuration.protocol |
---|
Classes in com.genesyslab.platform.configuration.protocol that implement ResponseChannel | |
---|---|
class |
ConfServerProtocolListener
Customized ServerChannel component for handling of Genesys Configuration Server protocol clients. Here is a simple example of synchronous server side procedure:
|
Uses of ResponseChannel in com.genesyslab.platform.contacts.protocol |
---|
Classes in com.genesyslab.platform.contacts.protocol that implement ResponseChannel | |
---|---|
class |
UniversalContactServerProtocolListener
Customized ServerChannel component for handling of Genesys Universal Contact Server protocol clients. Here is a simple example of synchronous server side procedure:
|
Uses of ResponseChannel in com.genesyslab.platform.openmedia.protocol |
---|
Classes in com.genesyslab.platform.openmedia.protocol that implement ResponseChannel | |
---|---|
class |
ExternalServiceProtocolListener
Use ExternalServiceProtocolListener object as a server for ExternalServiceProtocol .
|
class |
InteractionServerProtocolListener
Use InteractionServerProtocolListener object as a server for InteractionServerProtocol .
|
Uses of ResponseChannel in com.genesyslab.platform.routing.protocol |
---|
Classes in com.genesyslab.platform.routing.protocol that implement ResponseChannel | |
---|---|
class |
UrsCustomProtocolListener
|
Uses of ResponseChannel in com.genesyslab.platform.webmedia.protocol |
---|
Classes in com.genesyslab.platform.webmedia.protocol that implement ResponseChannel | |
---|---|
class |
CallbackProtocolListener
Callback ServerChannel component for handling of Genesys Callback Server protocol clients. Here is a simple example of synchronous server side procedure:
|
class |
ChatProtocolsListener
Customized ServerChannel component for handling of Genesys Chat Server protocols - Flex Chat and Basic Chat. It accepts connections of the both client types at a same time. |
class |
EmailProtocolListener
Deprecated. |
class |
EspEmailProtocolListener
EspEmail ServerChannel component for handling of Genesys Callback Server protocol clients. Here is a simple example of synchronous server side procedure:
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |