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