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(io.netty.buffer.ByteBuf bb) |
static int |
toWireValue(OFNiciraControllerRole e) |
static void |
writeTo(io.netty.buffer.ByteBuf 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(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf 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 © 2015. All rights reserved.