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