public class OFPacketInReasonSerializerVer10 extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
ACTION_VAL |
static byte |
NO_MATCH_VAL |
Constructor and Description |
---|
OFPacketInReasonSerializerVer10() |
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(io.netty.buffer.ByteBuf bb) |
static byte |
toWireValue(OFPacketInReason e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFPacketInReason e) |
public static final byte NO_MATCH_VAL
public static final byte ACTION_VAL
public static OFPacketInReason readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf 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.