Modifier and Type | Method and Description |
---|---|
OFGroupType |
OFGroupDescStatsEntry.getGroupType() |
OFGroupType |
OFGroupDescStatsEntry.Builder.getGroupType() |
OFGroupType |
OFGroupDelete.getGroupType() |
OFGroupType |
OFGroupDelete.Builder.getGroupType() |
OFGroupType |
OFGroupAdd.getGroupType() |
OFGroupType |
OFGroupAdd.Builder.getGroupType() |
OFGroupType |
OFGroupModify.getGroupType() |
OFGroupType |
OFGroupModify.Builder.getGroupType() |
OFGroupType |
OFGroupMod.getGroupType() |
OFGroupType |
OFGroupMod.Builder.getGroupType() |
static OFGroupType |
OFGroupType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFGroupType[] |
OFGroupType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OFGroupDescStatsEntry.Builder |
OFGroupDescStatsEntry.Builder.setGroupType(OFGroupType groupType) |
OFGroupDelete.Builder |
OFGroupDelete.Builder.setGroupType(OFGroupType groupType) |
OFGroupAdd.Builder |
OFGroupAdd.Builder.setGroupType(OFGroupType groupType) |
OFGroupModify.Builder |
OFGroupModify.Builder.setGroupType(OFGroupType groupType) |
OFGroupMod.Builder |
OFGroupMod.Builder.setGroupType(OFGroupType groupType) |
Modifier and Type | Method and Description |
---|---|
static OFGroupType |
OFGroupTypeSerializerVer11.ofWireValue(byte val) |
static OFGroupType |
OFGroupTypeSerializerVer11.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFGroupTypeSerializerVer11.putTo(OFGroupType e,
com.google.common.hash.PrimitiveSink sink) |
static byte |
OFGroupTypeSerializerVer11.toWireValue(OFGroupType e) |
static void |
OFGroupTypeSerializerVer11.writeTo(io.netty.buffer.ByteBuf bb,
OFGroupType e) |
Modifier and Type | Method and Description |
---|---|
static OFGroupType |
OFGroupTypeSerializerVer12.ofWireValue(byte val) |
static OFGroupType |
OFGroupTypeSerializerVer12.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFGroupTypeSerializerVer12.putTo(OFGroupType e,
com.google.common.hash.PrimitiveSink sink) |
static byte |
OFGroupTypeSerializerVer12.toWireValue(OFGroupType e) |
static void |
OFGroupTypeSerializerVer12.writeTo(io.netty.buffer.ByteBuf bb,
OFGroupType e) |
Modifier and Type | Method and Description |
---|---|
static OFGroupType |
OFGroupTypeSerializerVer13.ofWireValue(byte val) |
static OFGroupType |
OFGroupTypeSerializerVer13.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFGroupTypeSerializerVer13.putTo(OFGroupType e,
com.google.common.hash.PrimitiveSink sink) |
static byte |
OFGroupTypeSerializerVer13.toWireValue(OFGroupType e) |
static void |
OFGroupTypeSerializerVer13.writeTo(io.netty.buffer.ByteBuf bb,
OFGroupType e) |
Modifier and Type | Method and Description |
---|---|
static OFGroupType |
OFGroupTypeSerializerVer14.ofWireValue(byte val) |
static OFGroupType |
OFGroupTypeSerializerVer14.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFGroupTypeSerializerVer14.putTo(OFGroupType e,
com.google.common.hash.PrimitiveSink sink) |
static byte |
OFGroupTypeSerializerVer14.toWireValue(OFGroupType e) |
static void |
OFGroupTypeSerializerVer14.writeTo(io.netty.buffer.ByteBuf bb,
OFGroupType e) |
Copyright © 2015. All rights reserved.