public static class LispLcafAddress.LcafAddressWriter extends Object implements LispAddressWriter<LispLcafAddress>
| Constructor and Description |
|---|
LcafAddressWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeTo(io.netty.buffer.ByteBuf byteBuf,
LispLcafAddress address)
Serializes LISP address object and writes to byte buffer.
|
public void writeTo(io.netty.buffer.ByteBuf byteBuf,
LispLcafAddress address)
throws LispWriterException
LispAddressWriterwriteTo in interface LispAddressWriter<LispLcafAddress>byteBuf - byte bufferaddress - LISP address type instanceLispWriterException - LISP writer exception