public final class DefaultLispMapRecord extends AbstractLispRecord implements LispMapRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultLispMapRecord.DefaultMapRecordBuilder |
static class |
DefaultLispMapRecord.MapRecordReader
A LISP message reader for MapRecord portion.
|
static class |
DefaultLispMapRecord.MapRecordWriter
A LISP message writer for MapRecord portion.
|
AbstractLispRecord.AbstractRecordBuilder<T>LispMapRecord.MapRecordBuilderLispRecord.RecordBuilder<T>action, authoritative, eidPrefixAfi, mapVersionNumber, maskLength, recordTtl| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getLocatorCount()
Obtains locator count value.
|
List<LispLocator> |
getLocators()
Obtains a collection of locators.
|
int |
hashCode() |
String |
toString() |
void |
writeTo(io.netty.buffer.ByteBuf byteBuf)
Writes LISP message object into communication channel.
|
getAction, getEidPrefixAfi, getMapVersionNumber, getMaskLength, getRecordTtl, isAuthoritativeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAction, getEidPrefixAfi, getMapVersionNumber, getMaskLength, getRecordTtl, isAuthoritativepublic int getLocatorCount()
LispMapRecordgetLocatorCount in interface LispMapRecordpublic List<LispLocator> getLocators()
LispMapRecordgetLocators in interface LispMapRecordpublic void writeTo(io.netty.buffer.ByteBuf byteBuf)
throws LispWriterException
LispRecordwriteTo in interface LispRecordbyteBuf - byte bufferLispWriterException - on error