public class OFHeaderTypeNamespaceSerializerVer15 extends Object
Modifier and Type | Field and Description |
---|---|
static short |
ETHERTYPE_VAL |
static short |
IP_PROTO_VAL |
static short |
IPV4_OPTION_VAL |
static short |
ONF_VAL |
static short |
UDP_TCP_PORT_VAL |
Constructor and Description |
---|
OFHeaderTypeNamespaceSerializerVer15() |
Modifier and Type | Method and Description |
---|---|
static OFHeaderTypeNamespace |
ofWireValue(short val) |
static void |
putTo(OFHeaderTypeNamespace e,
com.google.common.hash.PrimitiveSink sink) |
static OFHeaderTypeNamespace |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(OFHeaderTypeNamespace e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFHeaderTypeNamespace e) |
public static final short ONF_VAL
public static final short ETHERTYPE_VAL
public static final short IP_PROTO_VAL
public static final short UDP_TCP_PORT_VAL
public static final short IPV4_OPTION_VAL
public OFHeaderTypeNamespaceSerializerVer15()
public static OFHeaderTypeNamespace readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, OFHeaderTypeNamespace e)
public static void putTo(OFHeaderTypeNamespace e, com.google.common.hash.PrimitiveSink sink)
public static OFHeaderTypeNamespace ofWireValue(short val)
public static short toWireValue(OFHeaderTypeNamespace e)
Copyright © 2017. All rights reserved.