public interface InboundPacket
| Modifier and Type | Method and Description |
|---|---|
org.onlab.packet.Ethernet |
parsed()
Returns the parsed form of the packet.
|
ConnectPoint |
receivedFrom()
Returns the device and port from where the packet was received.
|
ByteBuffer |
unparsed()
Unparsed packet data.
|
ConnectPoint receivedFrom()
org.onlab.packet.Ethernet parsed()
ByteBuffer unparsed()
Copyright © 2015. All rights reserved.