Modifier and Type | Interface and Description |
---|---|
interface |
OFMatchV1 |
interface |
OFMatchV2 |
interface |
OFMatchV3 |
Modifier and Type | Method and Description |
---|---|
Match |
OFBsnFlowIdle.getMatch() |
Match |
OFBsnFlowIdle.Builder.getMatch() |
Match |
OFFlowDelete.getMatch() |
Match |
OFFlowDelete.Builder.getMatch() |
Match |
OFFlowDeleteStrict.getMatch() |
Match |
OFFlowDeleteStrict.Builder.getMatch() |
Match |
OFFlowStatsEntry.getMatch() |
Match |
OFFlowStatsEntry.Builder.getMatch() |
Match |
OFFlowModify.getMatch() |
Match |
OFFlowModify.Builder.getMatch() |
Match |
OFFlowStatsRequest.getMatch() |
Match |
OFFlowStatsRequest.Builder.getMatch() |
Match |
OFPacketIn.getMatch() |
Match |
OFPacketIn.Builder.getMatch() |
Match |
OFFlowMod.getMatch() |
Match |
OFFlowMod.Builder.getMatch() |
Match |
OFFlowRemoved.getMatch() |
Match |
OFFlowRemoved.Builder.getMatch() |
Match |
OFAggregateStatsRequest.getMatch() |
Match |
OFAggregateStatsRequest.Builder.getMatch() |
Match |
OFFlowAdd.getMatch() |
Match |
OFFlowAdd.Builder.getMatch() |
Match |
OFFlowModifyStrict.getMatch() |
Match |
OFFlowModifyStrict.Builder.getMatch() |
Match |
OFFactory.matchWildcardAll() |
Modifier and Type | Method and Description |
---|---|
OFBsnFlowIdle.Builder |
OFBsnFlowIdle.Builder.setMatch(Match match) |
OFFlowDelete.Builder |
OFFlowDelete.Builder.setMatch(Match match) |
OFFlowDeleteStrict.Builder |
OFFlowDeleteStrict.Builder.setMatch(Match match) |
OFFlowStatsEntry.Builder |
OFFlowStatsEntry.Builder.setMatch(Match match) |
OFFlowModify.Builder |
OFFlowModify.Builder.setMatch(Match match) |
OFFlowStatsRequest.Builder |
OFFlowStatsRequest.Builder.setMatch(Match match) |
OFPacketIn.Builder |
OFPacketIn.Builder.setMatch(Match match) |
OFFlowMod.Builder |
OFFlowMod.Builder.setMatch(Match match) |
OFFlowRemoved.Builder |
OFFlowRemoved.Builder.setMatch(Match match) |
OFAggregateStatsRequest.Builder |
OFAggregateStatsRequest.Builder.setMatch(Match match) |
OFFlowAdd.Builder |
OFFlowAdd.Builder.setMatch(Match match) |
OFFlowModifyStrict.Builder |
OFFlowModifyStrict.Builder.setMatch(Match match) |
Modifier and Type | Method and Description |
---|---|
Match |
Match.Builder.build()
Returns the match created by this builder.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MatchField.arePrerequisitesOK(Match match) |
boolean |
Prerequisite.isSatisfied(Match match)
Returns true if this prerequisite is satisfied by the given match object.
|
Modifier and Type | Method and Description |
---|---|
Match |
OFFactoryVer10.matchWildcardAll() |
static Match |
ChannelUtilsVer10.readOFMatch(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
Match |
OFFactoryVer11.matchWildcardAll() |
static Match |
ChannelUtilsVer11.readOFMatch(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
Match |
OFFactoryVer12.matchWildcardAll() |
static Match |
ChannelUtilsVer12.readOFMatch(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
Match |
OFFactoryVer13.matchWildcardAll() |
static Match |
ChannelUtilsVer13.readOFMatch(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
Match |
OFFactoryVer14.matchWildcardAll() |
static Match |
ChannelUtilsVer14.readOFMatch(io.netty.buffer.ByteBuf bb) |
Copyright © 2015. All rights reserved.