Package | Description |
---|---|
com.genesyslab.platform.routing.protocol |
This package contains the
UrsCustomProtocol ,
UrsCustomProtocolListener and
RoutingServerProtocol classes. |
com.genesyslab.platform.routing.protocol.routingserver |
This package primarily contains enums that your applications can use when
working with Universal Routing Server (URS), such as
CallType and
RoutingPointStatus . |
com.genesyslab.platform.routing.protocol.routingserver.runtime.channel |
This package is used internally by the protocol.
|
Modifier and Type | Method | Description |
---|---|---|
ClientType |
RoutingServerProtocol.getClientType() |
Returns client type for the Universal Routing Server connection handshake.
|
ClientType |
RoutingServerProtocolHandshakeOptions.getClientType() |
Returns client type for the Universal Routing Server connection handshake.
|
Modifier and Type | Method | Description |
---|---|---|
void |
RoutingServerProtocol.setClientType(ClientType type) |
Sets the Universal Routing Server client type for connection handshake procedure.
|
void |
RoutingServerProtocolHandshakeOptions.setClientType(ClientType type) |
Sets the Universal Routing Server client type for connection handshake procedure.
|
Modifier and Type | Field | Description |
---|---|---|
static ClientType |
ClientType.Generic |
|
static ClientType |
ClientType.Ide |
Modifier and Type | Method | Description |
---|---|---|
static ClientType |
ClientType.valueOf(int ordinal) |
Returns enumeration value by given ordinal number.
|
static ClientType |
ClientType.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<ClientType> |
ClientType.values() |
Returns all values of the enumeration.
|
Modifier and Type | Method | Description |
---|---|---|
abstract ClientType |
RequestRegisterClient.getClientType() |
Modifier and Type | Method | Description |
---|---|---|
static RequestRegisterClient |
RequestRegisterClient.create(java.lang.String clientName,
ClientType clientType) |
Creates instance of RequestRegisterClient with all parameters set.
|
abstract void |
RequestRegisterClient.setClientType(ClientType clientType) |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.