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