public class OFOvsTcpFlagSerializerVer15 extends Object
Modifier and Type | Field and Description |
---|---|
static short |
OVS_TCP_FLAG_ACK_VAL |
static short |
OVS_TCP_FLAG_CWR_VAL |
static short |
OVS_TCP_FLAG_ECE_VAL |
static short |
OVS_TCP_FLAG_FIN_VAL |
static short |
OVS_TCP_FLAG_NS_VAL |
static short |
OVS_TCP_FLAG_PSH_VAL |
static short |
OVS_TCP_FLAG_RST_VAL |
static short |
OVS_TCP_FLAG_SYN_VAL |
static short |
OVS_TCP_FLAG_URG_VAL |
Constructor and Description |
---|
OFOvsTcpFlagSerializerVer15() |
Modifier and Type | Method and Description |
---|---|
static Set<OFOvsTcpFlag> |
ofWireValue(short val) |
static void |
putTo(Set<OFOvsTcpFlag> set,
com.google.common.hash.PrimitiveSink sink) |
static Set<OFOvsTcpFlag> |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(Set<OFOvsTcpFlag> set) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
Set<OFOvsTcpFlag> set) |
public static final short OVS_TCP_FLAG_FIN_VAL
public static final short OVS_TCP_FLAG_SYN_VAL
public static final short OVS_TCP_FLAG_RST_VAL
public static final short OVS_TCP_FLAG_PSH_VAL
public static final short OVS_TCP_FLAG_ACK_VAL
public static final short OVS_TCP_FLAG_URG_VAL
public static final short OVS_TCP_FLAG_ECE_VAL
public static final short OVS_TCP_FLAG_CWR_VAL
public static final short OVS_TCP_FLAG_NS_VAL
public static Set<OFOvsTcpFlag> readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, Set<OFOvsTcpFlag> set)
public static void putTo(Set<OFOvsTcpFlag> set, com.google.common.hash.PrimitiveSink sink)
public static Set<OFOvsTcpFlag> ofWireValue(short val)
public static short toWireValue(Set<OFOvsTcpFlag> set)
Copyright © 2017. All rights reserved.