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