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