public static class LispDistinguishedNameAddress.DistinguishedNameAddressReader extends Object implements LispAddressReader<LispDistinguishedNameAddress>
| Constructor and Description |
|---|
DistinguishedNameAddressReader() |
| Modifier and Type | Method and Description |
|---|---|
LispDistinguishedNameAddress |
readFrom(io.netty.buffer.ByteBuf byteBuf)
Reads from byte buffer and de-serialize the LISP address.
|
public LispDistinguishedNameAddress readFrom(io.netty.buffer.ByteBuf byteBuf) throws LispParseError
LispAddressReaderreadFrom in interface LispAddressReader<LispDistinguishedNameAddress>byteBuf - byte bufferLispParseError - LISP address parse error