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