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