Protocol
classes that your applications
can use to set up communication with Outbound Contact Server.
Protocol
object, as shown here:
[Java] OutboundServerProtocol outboundServerProtocol = new OutboundServerProtocol( new Endpoint( outboundServerUri)); outboundServerProtocol.open();
events
and requests
packages
associated with this SDK, for example
com.genesyslab.platform.outbound.protocol.outboundserver.events
or
com.genesyslab.platform.outbound.protocol.outboundserver.requests
.For general information on the structure and usage of the Platform SDKs, please refer to the introductory articles located in the Platform SDK Developer's Guide.
Interface | Description |
---|---|
OutboundServerProtocolHandshakeOptions |
Dedicated interface to represent Outbound Server protocol handshake parameters.
|
Class | Description |
---|---|
OutboundServerProtocol |
Use an
OutboundServerProtocol object to establish
communication between a client application and Outbound Server. |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.