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