class StateAds extends AdsCommand
AdsCommand.CmdCOMMANDREQUEST, RESERVED| Constructor and Description |
|---|
StateAds() |
| Modifier and Type | Method and Description |
|---|---|
long |
getPayloadLength()
Returns the length of the payload for the command to send.
|
AdsPayload |
parse(ByteBuffer full,
AdsHeader h)
Parses the reply payload.
|
AdsPayload |
preparePayload(AdsSocketChannel io,
AdsHeader h)
Prepares the payload.
|
getFlag, prepareHeaderpublic long getPayloadLength()
AdsCommandgetPayloadLength in class AdsCommandpublic AdsPayload preparePayload(AdsSocketChannel io, AdsHeader h)
AdsCommandpreparePayload in class AdsCommandpublic AdsPayload parse(ByteBuffer full, AdsHeader h)
AdsCommandparse in class AdsCommand