public interface InboundPacket
Modifier and Type | Method and Description |
---|---|
java.util.Optional<java.lang.Long> |
cookie()
Returns the cookie in the packet in message.
|
Ethernet |
parsed()
Returns the parsed form of the packet.
|
ConnectPoint |
receivedFrom()
Returns the device and port from where the packet was received.
|
java.nio.ByteBuffer |
unparsed()
Unparsed packet data.
|
ConnectPoint receivedFrom()
Ethernet parsed()
java.nio.ByteBuffer unparsed()
java.util.Optional<java.lang.Long> cookie()