public class OFBsnTcpFlagSerializerVer15 extends Object
| Modifier and Type | Field and Description |
|---|---|
static short |
BSN_TCP_FLAG_ACK_VAL |
static short |
BSN_TCP_FLAG_CWR_VAL |
static short |
BSN_TCP_FLAG_ECE_VAL |
static short |
BSN_TCP_FLAG_FIN_VAL |
static short |
BSN_TCP_FLAG_NS_VAL |
static short |
BSN_TCP_FLAG_PSH_VAL |
static short |
BSN_TCP_FLAG_RST_VAL |
static short |
BSN_TCP_FLAG_SYN_VAL |
static short |
BSN_TCP_FLAG_URG_VAL |
| Constructor and Description |
|---|
OFBsnTcpFlagSerializerVer15() |
| Modifier and Type | Method and Description |
|---|---|
static Set<OFBsnTcpFlag> |
ofWireValue(short val) |
static void |
putTo(Set<OFBsnTcpFlag> set,
com.google.common.hash.PrimitiveSink sink) |
static Set<OFBsnTcpFlag> |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(Set<OFBsnTcpFlag> set) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
Set<OFBsnTcpFlag> set) |
public static final short BSN_TCP_FLAG_FIN_VAL
public static final short BSN_TCP_FLAG_SYN_VAL
public static final short BSN_TCP_FLAG_RST_VAL
public static final short BSN_TCP_FLAG_PSH_VAL
public static final short BSN_TCP_FLAG_ACK_VAL
public static final short BSN_TCP_FLAG_URG_VAL
public static final short BSN_TCP_FLAG_ECE_VAL
public static final short BSN_TCP_FLAG_CWR_VAL
public static final short BSN_TCP_FLAG_NS_VAL
public static Set<OFBsnTcpFlag> readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorpublic static void writeTo(io.netty.buffer.ByteBuf bb,
Set<OFBsnTcpFlag> set)
public static void putTo(Set<OFBsnTcpFlag> set, com.google.common.hash.PrimitiveSink sink)
public static Set<OFBsnTcpFlag> ofWireValue(short val)
public static short toWireValue(Set<OFBsnTcpFlag> set)
Copyright © 2021. All rights reserved.