public class OFBsnControllerRoleReasonSerializerVer13 extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
BSN_CONTROLLER_ROLE_REASON_CONFIG_VAL |
static byte |
BSN_CONTROLLER_ROLE_REASON_EXPERIMENTER_VAL |
static byte |
BSN_CONTROLLER_ROLE_REASON_MASTER_REQUEST_VAL |
Constructor and Description |
---|
OFBsnControllerRoleReasonSerializerVer13() |
Modifier and Type | Method and Description |
---|---|
static OFBsnControllerRoleReason |
ofWireValue(byte val) |
static void |
putTo(OFBsnControllerRoleReason e,
com.google.common.hash.PrimitiveSink sink) |
static OFBsnControllerRoleReason |
readFrom(io.netty.buffer.ByteBuf bb) |
static byte |
toWireValue(OFBsnControllerRoleReason e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFBsnControllerRoleReason e) |
public static final byte BSN_CONTROLLER_ROLE_REASON_MASTER_REQUEST_VAL
public static final byte BSN_CONTROLLER_ROLE_REASON_CONFIG_VAL
public static final byte BSN_CONTROLLER_ROLE_REASON_EXPERIMENTER_VAL
public OFBsnControllerRoleReasonSerializerVer13()
public static OFBsnControllerRoleReason readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, OFBsnControllerRoleReason e)
public static void putTo(OFBsnControllerRoleReason e, com.google.common.hash.PrimitiveSink sink)
public static OFBsnControllerRoleReason ofWireValue(byte val)
public static byte toWireValue(OFBsnControllerRoleReason e)
Copyright © 2015. All rights reserved.