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