public interface OutboundPacket
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
data()
Returns immutable view of the raw data to be sent.
|
DeviceId |
sendThrough()
Returns the identity of a device through which this packet should be
sent.
|
TrafficTreatment |
treatment()
Returns how the outbound packet should be treated.
|
DeviceId sendThrough()
TrafficTreatment treatment()
java.nio.ByteBuffer data()