public static final class DefaultLispMapNotify.NotifyReader extends Object implements LispMessageReader<LispMapNotify>
| Constructor and Description |
|---|
NotifyReader() |
| Modifier and Type | Method and Description |
|---|---|
LispMapNotify |
readFrom(io.netty.buffer.ByteBuf byteBuf)
Reads from byte buffer and de-serialize the LISP control message.
|
public LispMapNotify readFrom(io.netty.buffer.ByteBuf byteBuf) throws LispParseError, LispReaderException
LispMessageReaderreadFrom in interface LispMessageReader<LispMapNotify>byteBuf - byte bufferLispParseError - if the requested message cannot be parsed
as a LISP objectLispReaderException - if LISP message reader cannot process
the received message