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