|
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 StatServerProtocolHandshakeOptions
Dedicated interface to represent StatServer protocol handshake parameters.
StatServerProtocol
Method Summary | |
---|---|
int |
getClientId()
Returns client id for the StatServer connection handshake. |
java.lang.String |
getClientName()
Returns client name for the StatServer connection handshake. |
void |
setClientId(int clientId)
Sets the StatServer client id for connection handshake procedure. |
void |
setClientName(java.lang.String clientName)
Sets the StatServer client name for connection handshake procedure. |
Method Detail |
---|
void setClientId(int clientId)
clientId
- client idint getClientId()
setClientId(int)
void setClientName(java.lang.String clientName)
clientName
- client namejava.lang.String getClientName()
setClientName(String)
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |