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