public class OFNiciraControllerRoleSerializerVer10 extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ROLE_MASTER_VAL |
static int |
ROLE_OTHER_VAL |
static int |
ROLE_SLAVE_VAL |
Constructor and Description |
---|
OFNiciraControllerRoleSerializerVer10() |
Modifier and Type | Method and Description |
---|---|
static OFNiciraControllerRole |
ofWireValue(int val) |
static void |
putTo(OFNiciraControllerRole e,
com.google.common.hash.PrimitiveSink sink) |
static OFNiciraControllerRole |
readFrom(org.jboss.netty.buffer.ChannelBuffer bb) |
static int |
toWireValue(OFNiciraControllerRole e) |
static void |
writeTo(org.jboss.netty.buffer.ChannelBuffer bb,
OFNiciraControllerRole e) |
public static final int ROLE_OTHER_VAL
public static final int ROLE_MASTER_VAL
public static final int ROLE_SLAVE_VAL
public OFNiciraControllerRoleSerializerVer10()
public static OFNiciraControllerRole readFrom(org.jboss.netty.buffer.ChannelBuffer bb) throws OFParseError
OFParseError
public static void writeTo(org.jboss.netty.buffer.ChannelBuffer bb, OFNiciraControllerRole e)
public static void putTo(OFNiciraControllerRole e, com.google.common.hash.PrimitiveSink sink)
public static OFNiciraControllerRole ofWireValue(int val)
public static int toWireValue(OFNiciraControllerRole e)
Copyright © 2014. All rights reserved.