public final class DefaultLispInfoReply extends DefaultLispInfo implements LispInfoReply
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultLispInfoReply.DefaultInfoReplyBuilder |
static class |
DefaultLispInfoReply.InfoReplyReader
A LISP message reader for InfoReply message.
|
static class |
DefaultLispInfoReply.InfoReplyWriter |
LispInfoReply.InfoReplyBuilderLispMessage.BuilderauthData, authDataLength, eidPrefix, infoReply, keyId, maskLength, nonce, ttlsender| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
LispNatLcafAddress |
getNatLcafAddress()
Obtains NAT LCAF address.
|
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 LispNatLcafAddress getNatLcafAddress()
LispInfoReplygetNatLcafAddress in interface LispInfoReplypublic 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.public 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.Object