public class OFRoleRequestFailedCodeSerializerVer14 extends Object
Modifier and Type | Field and Description |
---|---|
static short |
BAD_ROLE_VAL |
static short |
STALE_VAL |
static short |
UNSUP_VAL |
Constructor and Description |
---|
OFRoleRequestFailedCodeSerializerVer14() |
Modifier and Type | Method and Description |
---|---|
static OFRoleRequestFailedCode |
ofWireValue(short val) |
static void |
putTo(OFRoleRequestFailedCode e,
com.google.common.hash.PrimitiveSink sink) |
static OFRoleRequestFailedCode |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(OFRoleRequestFailedCode e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFRoleRequestFailedCode e) |
public static final short STALE_VAL
public static final short UNSUP_VAL
public static final short BAD_ROLE_VAL
public OFRoleRequestFailedCodeSerializerVer14()
public static OFRoleRequestFailedCode readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, OFRoleRequestFailedCode e)
public static void putTo(OFRoleRequestFailedCode e, com.google.common.hash.PrimitiveSink sink)
public static OFRoleRequestFailedCode ofWireValue(short val)
public static short toWireValue(OFRoleRequestFailedCode e)
Copyright © 2015. All rights reserved.