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