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