| Package | Description |
|---|---|
| com.h3c.of.lib.msg |
Representations of OpenFlow Protocol Messages.
|
| Modifier and Type | Method and Description |
|---|---|
OfmMutablePacketOut |
OfmMutablePacketOut.addAction(Action act)
Adds an action to the action list; Since 1.0; Removed at 1.1.
|
OfmMutablePacketOut |
OfmMutablePacketOut.bufferId(BufferId bufferId)
Sets the buffer id; Since 1.0.
|
static OfmMutablePacketOut |
MessageFactory.createPacketOutFromPacketIn(OfmPacketIn pi)
Creates a mutable packet-out message pre-populated with salient data
from the given packet-in message.
|
OfmMutablePacketOut |
OfmMutablePacketOut.data(byte[] data)
Sets the packet frame data; Since 1.0.
|
OfmMutablePacketOut |
OfmMutablePacketOut.inPort(BigPortNumber inPort)
Sets the ingress port that must be associated with the packet;
Since 1.0.
|
OfmMutablePacketOut |
OfmMutablePacketOut.inPort(OfmPacketIn pktIn)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
MessageUtils.getPacketBytes(OfmMutablePacketOut mpo)
Returns a reference to the backing byte array of packet data in a
mutable packet out message.
|
Copyright © 2014. All Rights Reserved.