| Constructor and Description |
|---|
MessageResend(String toHostPort) |
MessageResend(String toHostPort,
List<Long> resendPacketIds) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(long packetId) |
List<Long> |
getResendPacketIds() |
String |
getToHostPort() |
boolean |
isControlMessage() |
static MessageResend |
readBinaryMessage(DataInput dataInput) |
String |
toString() |
void |
writeBinaryMessage(BinaryMessageList msgList) |
public MessageResend(String toHostPort)
public boolean isControlMessage()
isControlMessage in interface Messagepublic String getToHostPort()
getToHostPort in interface Messagepublic void add(long packetId)
public static MessageResend readBinaryMessage(DataInput dataInput) throws IOException
IOExceptionpublic void writeBinaryMessage(BinaryMessageList msgList) throws IOException
writeBinaryMessage in interface MessageIOExceptionCopyright © 2014. All Rights Reserved.