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(java.lang.Object o) |
int |
hashCode() |
java.lang.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 java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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.