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