public interface EzyHandshakeEvent extends EzySessionEvent
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
byte[] |
getClientKey() |
String |
getClientType() |
String |
getClientVersion() |
byte[] |
getEncryptedSessionKey() |
String |
getReconnectToken() |
byte[] |
getSessionKey() |
boolean |
isEnableEncryption() |
void |
setEncryptedSessionKey(byte[] sessionKey) |
void |
setSessionKey(byte[] sessionKey) |
getSessionString getClientId()
byte[] getClientKey()
String getClientType()
String getClientVersion()
String getReconnectToken()
boolean isEnableEncryption()
byte[] getSessionKey()
void setSessionKey(byte[] sessionKey)
void setEncryptedSessionKey(byte[] sessionKey)
byte[] getEncryptedSessionKey()
Copyright © 2021 Young Monkeys. All rights reserved.