public class ErrorReply extends AdsPayload
| Modifier and Type | Field and Description |
|---|---|
private int |
err
The error code.
|
| Constructor and Description |
|---|
ErrorReply(int e) |
| Modifier and Type | Method and Description |
|---|---|
int |
getError() |
protected static int |
parseErrorCode(ByteBuffer out) |
ByteBuffer |
push(ByteBuffer into)
The only common method to all payload is the ability to push themselfs
into a byte buffer.
|
public ByteBuffer push(ByteBuffer into)
AdsPayloadpush in class AdsPayloadprotected static int parseErrorCode(ByteBuffer out)
public int getError()