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