-
Interface Summary
| Interface |
Description |
| FlowMatchContext |
FlowMatchContext describes a context to build flow match.
|
-
Class Summary
| Class |
Description |
| FlowMatchUtils |
FlowMatchUtils class is a collection of utility class methods for
flow match handling.
|
| VTNEtherMatch |
VTNEtherMatch describes the condition for ethernet header to match
against packets.
|
| VTNIcmpMatch |
VTNIcmpMatch describes the condition for ICMP header to match
against packets.
|
| VTNInet4Match |
VTNInet4Match describes the condition for IPv4 header to match
against packets.
|
| VTNInetMatch |
VTNInetMatch describes the condition for IP header to match against
packets.
|
| VTNLayer4Match |
VTNLayer4Match describes the condition for layer 4 protocol header
to match against packets.
|
| VTNLayer4PortMatch<H extends Layer4PortHeader> |
VTNLayer4PortMatch describes the condition for IP port numbers
to match against packets.
|
| VTNMatch |
VTNMatch describes the condition to match against packtes.
|
| VTNPortRange |
VTNPortRange describes the range of IP transport layer protocol
such as TCP.
|
| VTNTcpMatch |
VTNTcpMatch describes the condition for TCP header to match against
packets.
|
| VTNUdpMatch |
VTNUdpMatch describes the condition for UDP header to match against
packets.
|
-
Enum Summary
| Enum |
Description |
| FlowMatchType |
FlowMatchType describes the type of flow match field supported
by the VTN Manager.
|
Package org.opendaylight.vtn.manager.internal.util.flow.match Description
This package contains utility classes for flow match handling.