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