Interface NiciraActionCodecs
- 
public interface NiciraActionCodecsDefines the Nicira action codecs.- Author:
 - msunal
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static ConntrackCodecCONNTRACK_CODECstatic CtClearCodecCT_CLEAR_CODECstatic DecNshTtlCodecDEC_NSH_TTL_CODECstatic DecapCodecDECAP_CODECstatic EncapCodecENCAP_CODECstatic FinTimeoutCodecFIN_TIMEOUT_CODECstatic LearnCodecLEARN_CODECstatic MultipathCodecMULTIPATH_CODECstatic OutputRegCodecOUTPUT_REG_CODECstatic OutputReg2CodecOUTPUT_REG2_CODECstatic RegLoadCodecREG_LOAD_CODECstatic RegLoad2CodecREG_LOAD2_CODECstatic RegMoveCodecREG_MOVE_CODECstatic ResubmitCodecRESUBMIT_CODEC 
 - 
 
- 
- 
Field Detail
- 
REG_MOVE_CODEC
static final RegMoveCodec REG_MOVE_CODEC
 
- 
REG_LOAD_CODEC
static final RegLoadCodec REG_LOAD_CODEC
 
- 
REG_LOAD2_CODEC
static final RegLoad2Codec REG_LOAD2_CODEC
 
- 
OUTPUT_REG_CODEC
static final OutputRegCodec OUTPUT_REG_CODEC
 
- 
OUTPUT_REG2_CODEC
static final OutputReg2Codec OUTPUT_REG2_CODEC
 
- 
RESUBMIT_CODEC
static final ResubmitCodec RESUBMIT_CODEC
 
- 
MULTIPATH_CODEC
static final MultipathCodec MULTIPATH_CODEC
 
- 
CONNTRACK_CODEC
static final ConntrackCodec CONNTRACK_CODEC
 
- 
CT_CLEAR_CODEC
static final CtClearCodec CT_CLEAR_CODEC
 
- 
LEARN_CODEC
static final LearnCodec LEARN_CODEC
 
- 
FIN_TIMEOUT_CODEC
static final FinTimeoutCodec FIN_TIMEOUT_CODEC
 
- 
ENCAP_CODEC
static final EncapCodec ENCAP_CODEC
 
- 
DECAP_CODEC
static final DecapCodec DECAP_CODEC
 
- 
DEC_NSH_TTL_CODEC
static final DecNshTtlCodec DEC_NSH_TTL_CODEC
 
 - 
 
 -