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