public class OFBundleCtrlTypeSerializerVer14 extends Object
Modifier and Type | Field and Description |
---|---|
static short |
CLOSE_REPLY_VAL |
static short |
CLOSE_REQUEST_VAL |
static short |
COMMIT_REPLY_VAL |
static short |
COMMIT_REQUEST_VAL |
static short |
DISCARD_REPLY_VAL |
static short |
DISCARD_REQUEST_VAL |
static short |
OPEN_REPLY_VAL |
static short |
OPEN_REQUEST_VAL |
Constructor and Description |
---|
OFBundleCtrlTypeSerializerVer14() |
Modifier and Type | Method and Description |
---|---|
static OFBundleCtrlType |
ofWireValue(short val) |
static void |
putTo(OFBundleCtrlType e,
com.google.common.hash.PrimitiveSink sink) |
static OFBundleCtrlType |
readFrom(org.jboss.netty.buffer.ChannelBuffer bb) |
static short |
toWireValue(OFBundleCtrlType e) |
static void |
writeTo(org.jboss.netty.buffer.ChannelBuffer bb,
OFBundleCtrlType e) |
public static final short OPEN_REQUEST_VAL
public static final short OPEN_REPLY_VAL
public static final short CLOSE_REQUEST_VAL
public static final short CLOSE_REPLY_VAL
public static final short COMMIT_REQUEST_VAL
public static final short COMMIT_REPLY_VAL
public static final short DISCARD_REQUEST_VAL
public static final short DISCARD_REPLY_VAL
public static OFBundleCtrlType readFrom(org.jboss.netty.buffer.ChannelBuffer bb) throws OFParseError
OFParseError
public static void writeTo(org.jboss.netty.buffer.ChannelBuffer bb, OFBundleCtrlType e)
public static void putTo(OFBundleCtrlType e, com.google.common.hash.PrimitiveSink sink)
public static OFBundleCtrlType ofWireValue(short val)
public static short toWireValue(OFBundleCtrlType e)
Copyright © 2014. All rights reserved.