public final class LispEidRecord extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LispEidRecord.EidRecordReader
A LISP message reader for EidRecord portion.
|
static class |
LispEidRecord.EidRecordWriter
A LISP message writer for EidRecord portion.
|
| Constructor and Description |
|---|
LispEidRecord(byte maskLength,
LispAfiAddress prefix)
Initializes LispEidRecord with mask length and EID prefix.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte |
getMaskLength()
Obtains mask length of the EID Record.
|
LispAfiAddress |
getPrefix()
Obtains EID prefix.
|
int |
hashCode() |
String |
toString() |
public LispEidRecord(byte maskLength,
LispAfiAddress prefix)
maskLength - mask lengthprefix - EID prefixpublic byte getMaskLength()
public LispAfiAddress getPrefix()