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