T - sub-builder typepublic static interface LispGenericLocator.GenericLocatorBuilder<T>
| Modifier and Type | Method and Description |
|---|---|
T |
withLocalLocator(boolean localLocator)
Sets local locator flag.
|
T |
withLocatorAfi(LispAfiAddress locatorAfi)
Sets locator AFI.
|
T |
withMulticastPriority(byte priority)
Sets multi-cast priority value.
|
T |
withMulticastWeight(byte weight)
Sets multi-cast weight value.
|
T |
withPriority(byte priority)
Sets priority value.
|
T |
withRlocProbed(boolean rlocProbed)
Sets RLOC probed flag.
|
T |
withRouted(boolean routed)
Sets routed flag.
|
T |
withWeight(byte weight)
Sets weight value.
|
T withPriority(byte priority)
priority - priorityT withWeight(byte weight)
weight - weightT withMulticastPriority(byte priority)
priority - priorityT withMulticastWeight(byte weight)
weight - weightT withLocalLocator(boolean localLocator)
localLocator - local locator flagT withRlocProbed(boolean rlocProbed)
rlocProbed - RLOC probed flagT withRouted(boolean routed)
routed - routed flagT withLocatorAfi(LispAfiAddress locatorAfi)
locatorAfi - locator AFI