public class EzySimpleHandshakeEvent extends EzySimpleSessionEvent implements EzyHandshakeEvent
| Modifier and Type | Field and Description |
|---|---|
protected String |
clientId |
protected byte[] |
clientKey |
protected String |
clientType |
protected String |
clientVersion |
protected boolean |
enableEncryption |
protected byte[] |
encryptedSessionKey |
protected String |
reconnectToken |
protected byte[] |
sessionKey |
session| Constructor and Description |
|---|
EzySimpleHandshakeEvent(EzySession session,
String clientId,
byte[] clientKey,
String clientType,
String clientVersion,
String reconnectToken,
boolean enableEncryption) |
| Modifier and Type | Method and Description |
|---|---|
void |
release() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClientId, getClientKey, getClientType, getClientVersion, getEncryptedSessionKey, getReconnectToken, getSessionKey, isEnableEncryption, setEncryptedSessionKey, setSessionKeygetSessionprotected final String clientId
protected final byte[] clientKey
protected final String clientType
protected final String clientVersion
protected final String reconnectToken
protected final boolean enableEncryption
protected byte[] sessionKey
protected byte[] encryptedSessionKey
public EzySimpleHandshakeEvent(EzySession session, String clientId, byte[] clientKey, String clientType, String clientVersion, String reconnectToken, boolean enableEncryption)
Copyright © 2021 Young Monkeys. All rights reserved.