public class OFActionTypeSerializerVer11 extends Object
Modifier and Type | Field and Description |
---|---|
static short |
COPY_TTL_IN_VAL |
static short |
COPY_TTL_OUT_VAL |
static short |
DEC_MPLS_TTL_VAL |
static short |
DEC_NW_TTL_VAL |
static short |
EXPERIMENTER_VAL |
static short |
GROUP_VAL |
static short |
OUTPUT_VAL |
static short |
POP_MPLS_VAL |
static short |
POP_VLAN_VAL |
static short |
PUSH_MPLS_VAL |
static short |
PUSH_VLAN_VAL |
static short |
SET_DL_DST_VAL |
static short |
SET_DL_SRC_VAL |
static short |
SET_MPLS_LABEL_VAL |
static short |
SET_MPLS_TC_VAL |
static short |
SET_MPLS_TTL_VAL |
static short |
SET_NW_DST_VAL |
static short |
SET_NW_ECN_VAL |
static short |
SET_NW_SRC_VAL |
static short |
SET_NW_TOS_VAL |
static short |
SET_NW_TTL_VAL |
static short |
SET_QUEUE_VAL |
static short |
SET_TP_DST_VAL |
static short |
SET_TP_SRC_VAL |
static short |
SET_VLAN_PCP_VAL |
static short |
SET_VLAN_VID_VAL |
Constructor and Description |
---|
OFActionTypeSerializerVer11() |
Modifier and Type | Method and Description |
---|---|
static OFActionType |
ofWireValue(short val) |
static void |
putTo(OFActionType e,
com.google.common.hash.PrimitiveSink sink) |
static OFActionType |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(OFActionType e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFActionType e) |
public static final short OUTPUT_VAL
public static final short SET_VLAN_VID_VAL
public static final short SET_VLAN_PCP_VAL
public static final short SET_DL_SRC_VAL
public static final short SET_DL_DST_VAL
public static final short SET_NW_SRC_VAL
public static final short SET_NW_DST_VAL
public static final short SET_NW_TOS_VAL
public static final short SET_NW_ECN_VAL
public static final short SET_TP_SRC_VAL
public static final short SET_TP_DST_VAL
public static final short COPY_TTL_OUT_VAL
public static final short COPY_TTL_IN_VAL
public static final short SET_MPLS_LABEL_VAL
public static final short SET_MPLS_TC_VAL
public static final short SET_MPLS_TTL_VAL
public static final short DEC_MPLS_TTL_VAL
public static final short PUSH_VLAN_VAL
public static final short POP_VLAN_VAL
public static final short PUSH_MPLS_VAL
public static final short POP_MPLS_VAL
public static final short SET_QUEUE_VAL
public static final short GROUP_VAL
public static final short SET_NW_TTL_VAL
public static final short DEC_NW_TTL_VAL
public static final short EXPERIMENTER_VAL
public static OFActionType readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, OFActionType e)
public static void putTo(OFActionType e, com.google.common.hash.PrimitiveSink sink)
public static OFActionType ofWireValue(short val)
public static short toWireValue(OFActionType e)
Copyright © 2015. All rights reserved.