public class OFInstructionTypeSerializerVer12 extends Object
Modifier and Type | Field and Description |
---|---|
static short |
APPLY_ACTIONS_VAL |
static short |
CLEAR_ACTIONS_VAL |
static short |
EXPERIMENTER_VAL |
static short |
GOTO_TABLE_VAL |
static short |
WRITE_ACTIONS_VAL |
static short |
WRITE_METADATA_VAL |
Constructor and Description |
---|
OFInstructionTypeSerializerVer12() |
Modifier and Type | Method and Description |
---|---|
static Set<OFInstructionType> |
ofWireValue(short val) |
static void |
putTo(Set<OFInstructionType> set,
com.google.common.hash.PrimitiveSink sink) |
static Set<OFInstructionType> |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(Set<OFInstructionType> set) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
Set<OFInstructionType> set) |
public static final short GOTO_TABLE_VAL
public static final short WRITE_METADATA_VAL
public static final short WRITE_ACTIONS_VAL
public static final short APPLY_ACTIONS_VAL
public static final short CLEAR_ACTIONS_VAL
public static final short EXPERIMENTER_VAL
public static Set<OFInstructionType> readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, Set<OFInstructionType> set)
public static void putTo(Set<OFInstructionType> set, com.google.common.hash.PrimitiveSink sink)
public static Set<OFInstructionType> ofWireValue(short val)
public static short toWireValue(Set<OFInstructionType> set)
Copyright © 2015. All rights reserved.