Modifier and Type | Method and Description |
---|---|
static OFTable |
OFTable.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFTable[] |
OFTable.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static OFTable |
OFTableSerializerVer12.ofWireValue(byte val) |
static OFTable |
OFTableSerializerVer12.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFTableSerializerVer12.putTo(OFTable e,
com.google.common.hash.PrimitiveSink sink) |
static byte |
OFTableSerializerVer12.toWireValue(OFTable e) |
static void |
OFTableSerializerVer12.writeTo(io.netty.buffer.ByteBuf bb,
OFTable e) |
Modifier and Type | Method and Description |
---|---|
static OFTable |
OFTableSerializerVer13.ofWireValue(byte val) |
static OFTable |
OFTableSerializerVer13.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFTableSerializerVer13.putTo(OFTable e,
com.google.common.hash.PrimitiveSink sink) |
static byte |
OFTableSerializerVer13.toWireValue(OFTable e) |
static void |
OFTableSerializerVer13.writeTo(io.netty.buffer.ByteBuf bb,
OFTable e) |
Modifier and Type | Method and Description |
---|---|
static OFTable |
OFTableSerializerVer14.ofWireValue(byte val) |
static OFTable |
OFTableSerializerVer14.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFTableSerializerVer14.putTo(OFTable e,
com.google.common.hash.PrimitiveSink sink) |
static byte |
OFTableSerializerVer14.toWireValue(OFTable e) |
static void |
OFTableSerializerVer14.writeTo(io.netty.buffer.ByteBuf bb,
OFTable e) |
Copyright © 2015. All rights reserved.