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