public interface LispMessageWriter<T>
| Modifier and Type | Method and Description |
|---|---|
void |
writeTo(io.netty.buffer.ByteBuf byteBuf,
T message)
Serializes LISP control message object and writes to byte buffer.
|
void writeTo(io.netty.buffer.ByteBuf byteBuf,
T message)
throws LispWriterException
byteBuf - byte buffermessage - LISP address type instanceLispWriterException - LISP writer exception