|
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 UniversalContactServerProtocolHandshakeOptions
Dedicated interface to represent Universal Contact Server protocol handshake parameters.
UniversalContactServerProtocol
Method Summary | |
---|---|
java.lang.String |
getClientApplicationType()
Returns client application type for the Universal Contact Server connection. |
java.lang.String |
getClientName()
Returns client name for the Universal Contact Server connection handshake. |
void |
setClientApplicationType(java.lang.String clientAppType)
Sets client application type for the Universal Contact Server connection. |
void |
setClientName(java.lang.String clientName)
Sets the Universal Contact Server client name for connection handshake procedure. |
Method Detail |
---|
java.lang.String getClientName()
setClientName(String)
void setClientName(java.lang.String clientName)
clientName
- client namejava.lang.String getClientApplicationType()
setClientApplicationType(String)
void setClientApplicationType(java.lang.String clientAppType)
clientAppType
- client application type
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |