public class OFHelloFailedCodeSerializerVer10 extends Object
Modifier and Type | Field and Description |
---|---|
static short |
EPERM_VAL |
static short |
INCOMPATIBLE_VAL |
Constructor and Description |
---|
OFHelloFailedCodeSerializerVer10() |
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(org.jboss.netty.buffer.ChannelBuffer bb) |
static short |
toWireValue(OFHelloFailedCode e) |
static void |
writeTo(org.jboss.netty.buffer.ChannelBuffer bb,
OFHelloFailedCode e) |
public static final short INCOMPATIBLE_VAL
public static final short EPERM_VAL
public static OFHelloFailedCode readFrom(org.jboss.netty.buffer.ChannelBuffer bb) throws OFParseError
OFParseError
public static void writeTo(org.jboss.netty.buffer.ChannelBuffer 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.