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