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