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