|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OFInstructionFactory
The interface to factories used for retrieving OFInstruction instances. All methods are expected to be thread-safe.
Method Summary | |
---|---|
OFActionFactory |
getActionFactory()
Retrieves an OFActionFactory |
OFInstruction |
getInstruction(OFInstructionType t)
Retrieves an OFInstruction instance corresponding to the specified OFInstructionType |
java.util.List<OFInstruction> |
parseInstructions(java.nio.ByteBuffer data,
int length)
Attempts to parse and return all OFInstruction contained in the given ByteBuffer, beginning at the ByteBuffer's position, and ending at position+length. |
java.util.List<OFInstruction> |
parseInstructions(java.nio.ByteBuffer data,
int length,
int limit)
Attempts to parse and return all OFInstruction contained in the given ByteBuffer, beginning at the ByteBuffer's position, and ending at position+length. |
Method Detail |
---|
OFInstruction getInstruction(OFInstructionType t)
t
- the type of the OFInstruction to be retrieved
java.util.List<OFInstruction> parseInstructions(java.nio.ByteBuffer data, int length)
data
- the ByteBuffer to parse for OpenFlow instructionslength
- the number of Bytes to examine for OpenFlow instructions
java.util.List<OFInstruction> parseInstructions(java.nio.ByteBuffer data, int length, int limit)
data
- the ByteBuffer to parse for OpenFlow instructionslength
- the number of Bytes to examine for OpenFlow instructionslimit
- the maximum number of messages to return, 0 means no limit
OFActionFactory getActionFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |