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