public final class DefaultLispMapReply extends AbstractLispMessage implements LispMapReply
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultLispMapReply.DefaultReplyBuilder |
static class |
DefaultLispMapReply.ReplyReader
A LISP message reader for MapReply message.
|
static class |
DefaultLispMapReply.ReplyWriter
A LISP message writer for MapReply message.
|
LispMapReply.ReplyBuilderLispMessage.Buildersender| Modifier and Type | Method and Description |
|---|---|
LispMessage.Builder |
createBuilder()
Generates LISP message builder.
|
boolean |
equals(Object o) |
List<LispMapRecord> |
getMapRecords()
Obtains map records.
|
long |
getNonce()
Obtains nonce value.
|
int |
getRecordCount()
Obtains record count value.
|
LispType |
getType()
Obtains LISP message type.
|
int |
hashCode() |
boolean |
isEtr()
Obtains ETR flag.
|
boolean |
isProbe()
Obtains probe flag.
|
boolean |
isSecurity()
Obtains security flag.
|
String |
toString() |
void |
writeTo(io.netty.buffer.ByteBuf byteBuf)
Writes LISP message object into communication channel.
|
configSender, getSenderclone, finalize, getClass, notify, notifyAll, wait, wait, waitconfigSender, getSenderpublic LispType getType()
LispMessagegetType in interface LispMessagegetType in class AbstractLispMessagepublic void writeTo(io.netty.buffer.ByteBuf byteBuf)
throws LispWriterException
LispMessagewriteTo in interface LispMessagewriteTo in class AbstractLispMessagebyteBuf - byte bufferLispWriterException - if the writing request is failed due to
the lisp object cannot be written to the buffer.public LispMessage.Builder createBuilder()
LispMessagecreateBuilder in interface LispMessagecreateBuilder in class AbstractLispMessagepublic boolean isProbe()
LispMapReplyisProbe in interface LispMapReplypublic boolean isEtr()
LispMapReplyisEtr in interface LispMapReplypublic boolean isSecurity()
LispMapReplyisSecurity in interface LispMapReplypublic int getRecordCount()
LispMapReplygetRecordCount in interface LispMapReplypublic long getNonce()
LispMapReplygetNonce in interface LispMapReplypublic List<LispMapRecord> getMapRecords()
LispMapReplygetMapRecords in interface LispMapReply