| Package | Description |
|---|---|
| com.h3c.of.lib.instr |
Representations of OpenFlow Protocol Instructions and Actions.
|
| com.h3c.of.lib.msg |
Representations of OpenFlow Protocol Messages.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
InstructionFactory.encodeInstrExperList(List<InstrExperimenter> instrs,
OfPacketWriter pkt)
Encodes a list of experimenter instructions, writing them into the
supplied buffer.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstrExperimenter> |
TableFeaturePropInstr.getSupportedExperInstructions()
Returns the list of experimenter instructions supported by this
table feature; Since 1.3.
|
| Modifier and Type | Method and Description |
|---|---|
static TableFeaturePropInstr |
TableFeatureFactory.createInstrProp(ProtocolVersion pv,
TableFeaturePropType type,
Set<InstructionType> ins,
List<InstrExperimenter> insExp)
Creates a table features instructions property, for the given
protocol version, indicating support for the specified instruction
types, as well as the specified experimenter instructions.
|
Copyright © 2014. All Rights Reserved.