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