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