Package | Description |
---|---|
com.genesyslab.platform.applicationblocks.commons.protocols | |
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.interactionserver | |
com.genesyslab.platform.openmedia.protocol.interactionserver.requests |
Modifier and Type | Method | Description |
---|---|---|
InteractionClient |
InteractionServerConfiguration.getClientType() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
void |
InteractionServerConfiguration.setClientType(InteractionClient value) |
Deprecated.
|
Constructor | Description |
---|---|
InteractionServerConfiguration(java.lang.String name,
java.lang.String host,
int port,
java.lang.String inxClientName,
InteractionClient inxClientType) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
InteractionClient |
InteractionServerProtocol.getClientType() |
Returns the type of a client.
|
InteractionClient |
InteractionServerProtocolHandshakeOptions.getClientType() |
Returns the type of a client.
|
Modifier and Type | Method | Description |
---|---|---|
void |
InteractionServerProtocol.setClientType(InteractionClient typeOfClient) |
Sets the type of a client.
|
void |
InteractionServerProtocolHandshakeOptions.setClientType(InteractionClient typeOfClient) |
Sets the type of a client.
|
Modifier and Type | Field | Description |
---|---|---|
static InteractionClient |
InteractionClient.AgentApplication |
|
static InteractionClient |
InteractionClient.MediaServer |
The set of requests available to Media Server client is limited to requests that allow submission of new interaction, changing the interaction properties and stopping the interaction
|
static InteractionClient |
InteractionClient.Proxy |
This is special type of client that is intended to represent many clients through a single connection to Interaction Server.
|
static InteractionClient |
InteractionClient.ReportingEngine |
|
static InteractionClient |
InteractionClient.RoutingEngine |
|
static InteractionClient |
InteractionClient.ThirdPartyClient |
|
static InteractionClient |
InteractionClient.ThirdPartyServer |
|
static InteractionClient |
InteractionClient.UniversalRouter |
|
static InteractionClient |
InteractionClient.Unknown |
Modifier and Type | Method | Description |
---|---|---|
static InteractionClient |
InteractionClient.valueOf(int ordinal) |
Returns enumeration value by given ordinal number.
|
static InteractionClient |
InteractionClient.valueOf(java.lang.String name) |
Returns enumeration value with specified name or null if no such value exists.
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.Collection<InteractionClient> |
InteractionClient.values() |
Returns all values of the enumeration.
|
Modifier and Type | Method | Description |
---|---|---|
abstract InteractionClient |
RequestRegisterClient.getClientType() |
Type of the new client:
1-proxy
2-agent application
3-media server
4-reporting engine
5-routing engine
8-ESP client
|
Modifier and Type | Method | Description |
---|---|---|
static RequestRegisterClient |
RequestRegisterClient.create(InteractionClient clientType,
java.lang.String clientName) |
Creates instance of RequestRegisterClient with required parameters set.
|
static RequestRegisterClient |
RequestRegisterClient.create(java.lang.Integer proxyClientId,
java.lang.String mediaType,
KeyValueCollection extension,
InteractionClient clientType,
java.lang.String clientName) |
Creates instance of RequestRegisterClient with all parameters set.
|
abstract void |
RequestRegisterClient.setClientType(InteractionClient clientType) |
Type of the new client:
1-proxy
2-agent application
3-media server
4-reporting engine
5-routing engine
8-ESP client
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.