Modifier and Type | Field and Description |
---|---|
static MatchField<PacketType> |
MatchField.PACKET_TYPE |
Modifier and Type | Method and Description |
---|---|
PacketType |
OFOxmPacketTypeMasked.getMask() |
PacketType |
OFOxmPacketTypeMasked.Builder.getMask() |
PacketType |
OFOxmPacketType.getMask() |
PacketType |
OFOxmPacketType.Builder.getMask() |
PacketType |
OFOxmPacketTypeMasked.getValue() |
PacketType |
OFOxmPacketTypeMasked.Builder.getValue() |
PacketType |
OFOxmPacketType.getValue() |
PacketType |
OFOxmPacketType.Builder.getValue() |
Modifier and Type | Method and Description |
---|---|
OFOxm<PacketType> |
OFOxmPacketTypeMasked.getCanonical() |
OFOxm<PacketType> |
OFOxmPacketTypeMasked.Builder.getCanonical() |
OFOxm<PacketType> |
OFOxmPacketType.getCanonical() |
OFOxm<PacketType> |
OFOxmPacketType.Builder.getCanonical() |
MatchField<PacketType> |
OFOxmPacketTypeMasked.getMatchField() |
MatchField<PacketType> |
OFOxmPacketTypeMasked.Builder.getMatchField() |
MatchField<PacketType> |
OFOxmPacketType.getMatchField() |
MatchField<PacketType> |
OFOxmPacketType.Builder.getMatchField() |
Modifier and Type | Method and Description |
---|---|
OFOxmPacketType |
OFOxms.packetType(PacketType value) |
OFOxmPacketTypeMasked |
OFOxms.packetTypeMasked(PacketType value,
PacketType mask) |
OFOxmPacketTypeMasked.Builder |
OFOxmPacketTypeMasked.Builder.setMask(PacketType mask) |
OFOxmPacketTypeMasked.Builder |
OFOxmPacketTypeMasked.Builder.setValue(PacketType value) |
OFOxmPacketType.Builder |
OFOxmPacketType.Builder.setValue(PacketType value) |
Modifier and Type | Method and Description |
---|---|
OFOxmPacketType |
OFOxmsVer10.packetType(PacketType value) |
OFOxmPacketTypeMasked |
OFOxmsVer10.packetTypeMasked(PacketType value,
PacketType mask) |
Modifier and Type | Method and Description |
---|---|
OFOxmPacketType |
OFOxmsVer11.packetType(PacketType value) |
OFOxmPacketTypeMasked |
OFOxmsVer11.packetTypeMasked(PacketType value,
PacketType mask) |
Modifier and Type | Method and Description |
---|---|
OFOxmPacketType |
OFOxmsVer12.packetType(PacketType value) |
OFOxmPacketTypeMasked |
OFOxmsVer12.packetTypeMasked(PacketType value,
PacketType mask) |
Modifier and Type | Method and Description |
---|---|
OFOxmPacketType |
OFOxmsVer13.packetType(PacketType value) |
OFOxmPacketTypeMasked |
OFOxmsVer13.packetTypeMasked(PacketType value,
PacketType mask) |
Modifier and Type | Method and Description |
---|---|
OFOxmPacketType |
OFOxmsVer14.packetType(PacketType value) |
OFOxmPacketTypeMasked |
OFOxmsVer14.packetTypeMasked(PacketType value,
PacketType mask) |
Modifier and Type | Method and Description |
---|---|
OFOxmPacketType |
OFOxmsVer15.packetType(PacketType value) |
OFOxmPacketTypeMasked |
OFOxmsVer15.packetTypeMasked(PacketType value,
PacketType mask) |
Modifier and Type | Field and Description |
---|---|
static PacketType |
PacketType.ETHERNET |
static PacketType |
PacketType.EXPERIMENTER |
static PacketType |
PacketType.FULL_MASK |
static PacketType |
PacketType.IPV4 |
static PacketType |
PacketType.IPV6 |
static PacketType |
PacketType.NO_MASK |
static PacketType |
PacketType.NO_PACKET |
Modifier and Type | Method and Description |
---|---|
PacketType |
PacketType.applyMask(PacketType mask) |
static PacketType |
PacketType.of(int namespace,
int nsType) |
static PacketType |
PacketType.of(OFHeaderTypeNamespace namespace,
int nsType) |
static PacketType |
PacketType.read4Bytes(io.netty.buffer.ByteBuf c) |
Modifier and Type | Method and Description |
---|---|
PacketType |
PacketType.applyMask(PacketType mask) |
int |
PacketType.compareTo(PacketType o) |
Copyright © 2016. All rights reserved.