public class TimeoutSettingsMessage extends java.lang.Object implements Message
| Constructor and Description |
|---|
TimeoutSettingsMessage(long timeout)
Creates a new timeout message
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getPayload()
Get the message payload excluding the type
|
byte |
getType()
Get the type value of the message
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPayloadBytesCount, getTotalBytesCount, getTotalBytesSumpublic TimeoutSettingsMessage(long timeout)
timeout - the default timeout to be setpublic byte getType()
Messagepublic byte[] getPayload()
MessagegetPayload in interface Message