public final class FastConnectMessage extends ByteBufMessage
| 限定符和类型 | 字段和说明 |
|---|---|
String |
deviceId |
int |
maxHeartbeat |
int |
minHeartbeat |
String |
sessionId |
connection, packet| 构造器和说明 |
|---|
FastConnectMessage(Connection connection) |
FastConnectMessage(Packet message,
Connection connection) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
decode(ByteBuffer body) |
void |
encode(ByteBuf body) |
String |
toString() |
decode, decodeByte, decodeBytes, decodeInt, decodeLong, decodeString, encode, encodeByte, encodeBytes, encodeInt, encodeLong, encodeStringcreateResponse, decodeBody, encodeBody, genSessionId, getConnection, getPacket, getSessionId, send, sendRawpublic String sessionId
public String deviceId
public int minHeartbeat
public int maxHeartbeat
public FastConnectMessage(Connection connection)
public FastConnectMessage(Packet message, Connection connection)
public void decode(ByteBuffer body)
decode 在类中 ByteBufMessagepublic void encode(ByteBuf body)
encode 在类中 ByteBufMessagepublic String toString()
toString 在类中 BaseMessageCopyright © 2016. All rights reserved.