public class OFMatchTypeSerializerVer12 extends Object
Modifier and Type | Field and Description |
---|---|
static short |
OXM_VAL |
static short |
STANDARD_VAL |
Constructor and Description |
---|
OFMatchTypeSerializerVer12() |
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(org.jboss.netty.buffer.ChannelBuffer bb) |
static short |
toWireValue(OFMatchType e) |
static void |
writeTo(org.jboss.netty.buffer.ChannelBuffer bb,
OFMatchType e) |
public static final short STANDARD_VAL
public static final short OXM_VAL
public static OFMatchType readFrom(org.jboss.netty.buffer.ChannelBuffer bb) throws OFParseError
OFParseError
public static void writeTo(org.jboss.netty.buffer.ChannelBuffer 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 © 2014. All rights reserved.