public static final class DefaultLispInfoReply.InfoReplyWriter extends Object implements LispMessageWriter<LispInfoReply>
| Constructor and Description |
|---|
InfoReplyWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeTo(io.netty.buffer.ByteBuf byteBuf,
LispInfoReply message)
Serializes LISP control message object and writes to byte buffer.
|
public void writeTo(io.netty.buffer.ByteBuf byteBuf,
LispInfoReply message)
throws LispWriterException
LispMessageWriterwriteTo in interface LispMessageWriter<LispInfoReply>byteBuf - byte buffermessage - LISP address type instanceLispWriterException - LISP writer exception