public class OFHeaderTypeOnfSerializerVer15 extends Object
Modifier and Type | Field and Description |
---|---|
static short |
ETHERNET_VAL |
static short |
NO_HEADER_VAL |
static short |
OXM_EXPERIMENTER_VAL |
Constructor and Description |
---|
OFHeaderTypeOnfSerializerVer15() |
Modifier and Type | Method and Description |
---|---|
static OFHeaderTypeOnf |
ofWireValue(short val) |
static void |
putTo(OFHeaderTypeOnf e,
com.google.common.hash.PrimitiveSink sink) |
static OFHeaderTypeOnf |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(OFHeaderTypeOnf e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFHeaderTypeOnf e) |
public static final short ETHERNET_VAL
public static final short NO_HEADER_VAL
public static final short OXM_EXPERIMENTER_VAL
public static OFHeaderTypeOnf readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, OFHeaderTypeOnf e)
public static void putTo(OFHeaderTypeOnf e, com.google.common.hash.PrimitiveSink sink)
public static OFHeaderTypeOnf ofWireValue(short val)
public static short toWireValue(OFHeaderTypeOnf e)
Copyright © 2017. All rights reserved.