public interface LispRecord
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LispRecord.RecordBuilder<T>
A builder for LISP record.
|
| Modifier and Type | Method and Description |
|---|---|
LispMapReplyAction |
getAction()
Obtains LispMapReplyAction enum code.
|
LispAfiAddress |
getEidPrefixAfi()
Obtains EID prefix.
|
short |
getMapVersionNumber()
Obtains map version number.
|
byte |
getMaskLength()
Obtains address mask length.
|
int |
getRecordTtl()
Obtains record TTL value.
|
boolean |
isAuthoritative()
Obtains authoritative flag.
|
void |
writeTo(io.netty.buffer.ByteBuf byteBuf)
Writes LISP message object into communication channel.
|
int getRecordTtl()
byte getMaskLength()
LispMapReplyAction getAction()
boolean isAuthoritative()
short getMapVersionNumber()
LispAfiAddress getEidPrefixAfi()
void writeTo(io.netty.buffer.ByteBuf byteBuf)
throws LispWriterException
byteBuf - byte bufferLispWriterException - on error