public interface LispMessage
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LispMessage.Builder
LISP message builder interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
configSender(InetSocketAddress sender)
Configures the sender's IP address with port number.
|
LispMessage.Builder |
createBuilder()
Generates LISP message builder.
|
InetSocketAddress |
getSender()
Obtains the sender's IP address with port number.
|
LispType |
getType()
Obtains LISP message type.
|
void |
writeTo(io.netty.buffer.ByteBuf byteBuf)
Writes LISP message object into communication channel.
|
LispType getType()
void configSender(InetSocketAddress sender)
sender - LISP message senderInetSocketAddress getSender()
void writeTo(io.netty.buffer.ByteBuf byteBuf)
throws LispWriterException
byteBuf - byte bufferLispWriterException - if the writing request is failed due to
the lisp object cannot be written to the buffer.LispMessage.Builder createBuilder()