public class OFPacketInReasonSerializerVer11 extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
ACTION_VAL |
static byte |
NO_MATCH_VAL |
Constructor and Description |
---|
OFPacketInReasonSerializerVer11() |
Modifier and Type | Method and Description |
---|---|
static OFPacketInReason |
ofWireValue(byte val) |
static void |
putTo(OFPacketInReason e,
com.google.common.hash.PrimitiveSink sink) |
static OFPacketInReason |
readFrom(org.jboss.netty.buffer.ChannelBuffer bb) |
static byte |
toWireValue(OFPacketInReason e) |
static void |
writeTo(org.jboss.netty.buffer.ChannelBuffer bb,
OFPacketInReason e) |
public static final byte NO_MATCH_VAL
public static final byte ACTION_VAL
public static OFPacketInReason readFrom(org.jboss.netty.buffer.ChannelBuffer bb) throws OFParseError
OFParseError
public static void writeTo(org.jboss.netty.buffer.ChannelBuffer bb, OFPacketInReason e)
public static void putTo(OFPacketInReason e, com.google.common.hash.PrimitiveSink sink)
public static OFPacketInReason ofWireValue(byte val)
public static byte toWireValue(OFPacketInReason e)
Copyright © 2015. All rights reserved.