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