public final class DefaultLispMapNotify extends AbstractLispMessage implements LispMapNotify
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultLispMapNotify.DefaultNotifyBuilder |
static class |
DefaultLispMapNotify.NotifyReader
A LISP message reader for MapNotify message.
|
static class |
DefaultLispMapNotify.NotifyWriter
A LISP message reader for MapNotify message.
|
LispMapNotify.NotifyBuilderLispMessage.Buildersender| Modifier and Type | Method and Description |
|---|---|
LispMessage.Builder |
createBuilder()
Generates LISP message builder.
|
boolean |
equals(Object o) |
byte[] |
getAuthData()
Obtains authentication data.
|
short |
getAuthDataLength()
Obtains authentication data length.
|
short |
getKeyId()
Obtains key identifier.
|
List<LispMapRecord> |
getMapRecords()
Obtains a collection of records.
|
long |
getNonce()
Obtains nonce value.
|
int |
getRecordCount()
Obtains record count value.
|
LispType |
getType()
Obtains LISP message type.
|
int |
hashCode() |
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 long getNonce()
LispMapNotifygetNonce in interface LispMapNotifypublic int getRecordCount()
LispMapNotifygetRecordCount in interface LispMapNotifypublic short getKeyId()
LispMapNotifygetKeyId in interface LispMapNotifypublic short getAuthDataLength()
LispMapNotifygetAuthDataLength in interface LispMapNotifypublic byte[] getAuthData()
LispMapNotifygetAuthData in interface LispMapNotifypublic List<LispMapRecord> getMapRecords()
LispMapNotifygetMapRecords in interface LispMapNotify