|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientType | |
---|---|
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. |
Uses of ClientType in com.genesyslab.platform.routing.protocol |
---|
Methods in com.genesyslab.platform.routing.protocol that return ClientType | |
---|---|
ClientType |
RoutingServerProtocolHandshakeOptions.getClientType()
Returns client type for the Universal Routing Server connection handshake. |
ClientType |
RoutingServerProtocol.getClientType()
Returns client type for the Universal Routing Server connection handshake. |
Methods in com.genesyslab.platform.routing.protocol with parameters of type ClientType | |
---|---|
void |
RoutingServerProtocolHandshakeOptions.setClientType(ClientType type)
Sets the Universal Routing Server client type for connection handshake procedure. |
void |
RoutingServerProtocol.setClientType(ClientType type)
Sets the Universal Routing Server client type for connection handshake procedure. |
Uses of ClientType in com.genesyslab.platform.routing.protocol.routingserver |
---|
Fields in com.genesyslab.platform.routing.protocol.routingserver declared as ClientType | |
---|---|
static ClientType |
ClientType.Generic
|
static ClientType |
ClientType.Ide
|
Methods in com.genesyslab.platform.routing.protocol.routingserver that return ClientType | |
---|---|
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. |
Methods in com.genesyslab.platform.routing.protocol.routingserver that return types with arguments of type ClientType | |
---|---|
static java.util.Collection<ClientType> |
ClientType.values()
Returns all values of the enumeration. |
Uses of ClientType in com.genesyslab.platform.routing.protocol.routingserver.runtime.channel |
---|
Methods in com.genesyslab.platform.routing.protocol.routingserver.runtime.channel that return ClientType | |
---|---|
abstract ClientType |
RequestRegisterClient.getClientType()
|
Methods in com.genesyslab.platform.routing.protocol.routingserver.runtime.channel with parameters of type ClientType | |
---|---|
static RequestRegisterClient |
RequestRegisterClient.create(java.lang.String clientName,
ClientType clientType)
Creates instance of RequestRegisterClient with all parameters set. |
abstract void |
RequestRegisterClient.setClientType(ClientType clientType)
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |