| Package | Description | 
|---|---|
| org.opendaylight.vtn.manager.internal.packet.cache | |
| org.opendaylight.vtn.manager.internal.routing | |
| org.opendaylight.vtn.manager.internal.util.flow.cond | 
 This package contains utility classes for flow condition management. 
 | 
| org.opendaylight.vtn.manager.internal.util.flow.filter | 
 This package contains utility classes for flow filter management. 
 | 
| org.opendaylight.vtn.manager.internal.util.flow.match | 
 This package contains utility classes for flow match handling. 
 | 
| org.opendaylight.vtn.manager.internal.vnode | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
CachedPacketContext
CachedPacketContext describes a runtime context to handle packet
 represented by CachedPacket. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
PathMapContext
PathMapContext describes a runtime context to evaluate path map
 against packets. | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
VTNFlowCondition.match(FlowMatchContext ctx)
Determine whether this flow condition matches the given packet header
 or not. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
FlowFilterContext
FlowFilterContext describes a runtime context to evaluate
 flow filter against packets. | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
VTNIcmpMatch.match(FlowMatchContext ctx)
Determine whether the given layer 4 protocol header matches the
 condition configured in this instance. 
 | 
boolean | 
VTNLayer4PortMatch.match(FlowMatchContext ctx)
Determine whether the given layer 4 protocol header matches the
 condition configured in this instance. 
 | 
abstract boolean | 
VTNLayer4Match.match(FlowMatchContext ctx)
Determine whether the given layer 4 protocol header matches the
 condition configured in this instance. 
 | 
boolean | 
VTNInetMatch.match(FlowMatchContext ctx)
Determine whether the given IP header matches the condition configured
 in this instance. 
 | 
boolean | 
VTNEtherMatch.match(FlowMatchContext ctx)
Determine whether the given Ethernet header matches the condition
 configured in this instance. 
 | 
boolean | 
VTNMatch.match(FlowMatchContext ctx)
Determine whether the given packet header matches the condition
 specified by this instance. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PacketContext
PacketContext class describes the context of received packet. | 
Copyright © 2018 OpenDaylight. All rights reserved.