public interface LispGenericLocator
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LispGenericLocator.GenericLocatorBuilder<T>
A builder of LISP generic locator.
|
| Modifier and Type | Method and Description |
|---|---|
LispAfiAddress |
getLocatorAfi()
Obtains locator AFI.
|
byte |
getMulticastPriority()
Obtains multi-cast priority value.
|
byte |
getMulticastWeight()
Obtains multi-cast weight value.
|
byte |
getPriority()
Obtains priority value.
|
byte |
getWeight()
Obtains weight value.
|
boolean |
isLocalLocator()
Obtains local locator flag.
|
boolean |
isRlocProbed()
Obtains RLOC probed flag.
|
boolean |
isRouted()
Obtains routed flag.
|
void |
writeTo(io.netty.buffer.ByteBuf byteBuf)
Writes LISP message object into communication channel.
|
byte getPriority()
byte getWeight()
byte getMulticastPriority()
byte getMulticastWeight()
boolean isLocalLocator()
boolean isRlocProbed()
boolean isRouted()
LispAfiAddress getLocatorAfi()
void writeTo(io.netty.buffer.ByteBuf byteBuf)
throws LispWriterException
byteBuf - byte bufferLispWriterException - on error