|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RoutingServerProtocolHandshakeOptions
Dedicated interface to represent Universal Routing Server protocol handshake parameters.
RoutingServerProtocol
Method Summary | |
---|---|
java.lang.String |
getClientName()
Returns client name for the Universal Routing Server connection handshake. |
java.lang.Integer |
getClientNumber()
Client registration number from the Universal Routing Server side. This value is initialized from the Universal Routing Server on handshake procedure. It is null if the protocol connection is not opened. |
ClientType |
getClientType()
Returns client type for the Universal Routing Server connection handshake. |
void |
setClientName(java.lang.String name)
Sets the Universal Routing Server client name for connection handshake procedure. |
void |
setClientType(ClientType type)
Sets the Universal Routing Server client type for connection handshake procedure. |
Method Detail |
---|
void setClientName(java.lang.String name)
name
- client namejava.lang.String getClientName()
setClientName(String)
void setClientType(ClientType type)
type
- client typeClientType getClientType()
setClientType(ClientType)
java.lang.Integer getClientNumber()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |