public class OFFlowRemovedReasonSerializerVer13 extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
DELETE_VAL |
static byte |
GROUP_DELETE_VAL |
static byte |
HARD_TIMEOUT_VAL |
static byte |
IDLE_TIMEOUT_VAL |
Constructor and Description |
---|
OFFlowRemovedReasonSerializerVer13() |
Modifier and Type | Method and Description |
---|---|
static OFFlowRemovedReason |
ofWireValue(byte val) |
static void |
putTo(OFFlowRemovedReason e,
com.google.common.hash.PrimitiveSink sink) |
static OFFlowRemovedReason |
readFrom(io.netty.buffer.ByteBuf bb) |
static byte |
toWireValue(OFFlowRemovedReason e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFFlowRemovedReason e) |
public static final byte IDLE_TIMEOUT_VAL
public static final byte HARD_TIMEOUT_VAL
public static final byte DELETE_VAL
public static final byte GROUP_DELETE_VAL
public static OFFlowRemovedReason readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, OFFlowRemovedReason e)
public static void putTo(OFFlowRemovedReason e, com.google.common.hash.PrimitiveSink sink)
public static OFFlowRemovedReason ofWireValue(byte val)
public static byte toWireValue(OFFlowRemovedReason e)
Copyright © 2015. All rights reserved.