public class DefaultLispInfoRequest extends DefaultLispInfo implements LispInfoRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultLispInfoRequest.DefaultInfoRequestBuilder |
static class |
DefaultLispInfoRequest.InfoRequestReader
A LISP message reader for InfoRequest message.
|
static class |
DefaultLispInfoRequest.InfoRequestWriter
A LISP message writer for InfoRequest message.
|
LispInfoRequest.InfoRequestBuilderLispMessage.BuilderauthData, authDataLength, eidPrefix, infoReply, keyId, maskLength, nonce, ttlsender| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
void |
writeTo(io.netty.buffer.ByteBuf byteBuf)
Writes LISP message object into communication channel.
|
createBuilder, deserialize, getAuthData, getAuthDataLength, getKeyId, getMaskLength, getNonce, getPrefix, getTtl, getType, isInfoReply, serializeconfigSender, getSenderclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAuthData, getAuthDataLength, getKeyId, getMaskLength, getNonce, getPrefix, getTtl, isInfoReplyconfigSender, createBuilder, getSender, getTypepublic void writeTo(io.netty.buffer.ByteBuf byteBuf)
throws LispWriterException
LispMessagewriteTo in interface LispMessagewriteTo in class DefaultLispInfobyteBuf - byte bufferLispWriterException - if the writing request is failed due to
the lisp object cannot be written to the buffer.