Modifier and Type | Method and Description |
---|---|
static OFBsnHashType |
OFBsnHashType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFBsnHashType[] |
OFBsnHashType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OFBsnHashType |
OFBsnTlvHashType.getValue() |
OFBsnHashType |
OFBsnTlvHashType.Builder.getValue() |
Modifier and Type | Method and Description |
---|---|
OFBsnTlvHashType |
OFBsnTlvs.hashType(OFBsnHashType value) |
OFBsnTlvHashType.Builder |
OFBsnTlvHashType.Builder.setValue(OFBsnHashType value) |
Modifier and Type | Method and Description |
---|---|
OFBsnTlvHashType |
OFBsnTlvsVer10.hashType(OFBsnHashType value) |
Modifier and Type | Method and Description |
---|---|
OFBsnTlvHashType |
OFBsnTlvsVer11.hashType(OFBsnHashType value) |
Modifier and Type | Method and Description |
---|---|
OFBsnTlvHashType |
OFBsnTlvsVer12.hashType(OFBsnHashType value) |
Modifier and Type | Method and Description |
---|---|
static OFBsnHashType |
OFBsnHashTypeSerializerVer13.ofWireValue(byte val) |
static OFBsnHashType |
OFBsnHashTypeSerializerVer13.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
OFBsnTlvHashType |
OFBsnTlvsVer13.hashType(OFBsnHashType value) |
static void |
OFBsnHashTypeSerializerVer13.putTo(OFBsnHashType e,
com.google.common.hash.PrimitiveSink sink) |
static byte |
OFBsnHashTypeSerializerVer13.toWireValue(OFBsnHashType e) |
static void |
OFBsnHashTypeSerializerVer13.writeTo(io.netty.buffer.ByteBuf bb,
OFBsnHashType e) |
Modifier and Type | Method and Description |
---|---|
static OFBsnHashType |
OFBsnHashTypeSerializerVer14.ofWireValue(byte val) |
static OFBsnHashType |
OFBsnHashTypeSerializerVer14.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
OFBsnTlvHashType |
OFBsnTlvsVer14.hashType(OFBsnHashType value) |
static void |
OFBsnHashTypeSerializerVer14.putTo(OFBsnHashType e,
com.google.common.hash.PrimitiveSink sink) |
static byte |
OFBsnHashTypeSerializerVer14.toWireValue(OFBsnHashType e) |
static void |
OFBsnHashTypeSerializerVer14.writeTo(io.netty.buffer.ByteBuf bb,
OFBsnHashType e) |
Modifier and Type | Method and Description |
---|---|
static OFBsnHashType |
OFBsnHashTypeSerializerVer15.ofWireValue(byte val) |
static OFBsnHashType |
OFBsnHashTypeSerializerVer15.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
OFBsnTlvHashType |
OFBsnTlvsVer15.hashType(OFBsnHashType value) |
static void |
OFBsnHashTypeSerializerVer15.putTo(OFBsnHashType e,
com.google.common.hash.PrimitiveSink sink) |
static byte |
OFBsnHashTypeSerializerVer15.toWireValue(OFBsnHashType e) |
static void |
OFBsnHashTypeSerializerVer15.writeTo(io.netty.buffer.ByteBuf bb,
OFBsnHashType e) |
Copyright © 2016. All rights reserved.