public class PingMessage extends BaseMessage<java.lang.String>
address, body, bus, replyAddress, send, sender| Constructor and Description |
|---|
PingMessage(Buffer readBuff) |
PingMessage(ServerID sender) |
| Modifier and Type | Method and Description |
|---|---|
protected Message<java.lang.String> |
copy() |
protected int |
getBodyLength() |
protected void |
readBody(int pos,
Buffer readBuff) |
protected byte |
type() |
protected void |
writeBody(Buffer buff) |
body, reply, reply, reply, reply, reply, reply, reply, reply, reply, reply, reply, reply, reply, reply, reply, reply, reply, reply, reply, reply, reply, reply, reply, reply, reply, reply, reply, reply, replyAddress, write, writeStringpublic PingMessage(ServerID sender)
public PingMessage(Buffer readBuff)
protected byte type()
protected void readBody(int pos,
Buffer readBuff)
readBody in class BaseMessage<java.lang.String>protected void writeBody(Buffer buff)
writeBody in class BaseMessage<java.lang.String>protected int getBodyLength()
getBodyLength in class BaseMessage<java.lang.String>protected Message<java.lang.String> copy()
copy in class BaseMessage<java.lang.String>