| Package | Description |
|---|---|
| org.opendaylight.vtn.manager.internal.packet.cache | |
| org.opendaylight.vtn.manager.internal.util.flow.match |
This package contains utility classes for flow match handling.
|
| org.opendaylight.vtn.manager.internal.util.packet |
| Modifier and Type | Class and Description |
|---|---|
class |
PortProtoPacket<T extends PortPacket<T>>
PortProtoPacket class implements a cache for layer 4 protocol
header, which identifies the service using 16-bit port number. |
class |
TcpPacket
TcpPacket class implements a cache for a TCP instance. |
class |
UdpPacket
UdpPacket class implements a cache for a UDP instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
VTNLayer4PortMatch<H extends Layer4PortHeader>
VTNLayer4PortMatch describes the condition for IP port numbers
to match against packets. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TcpHeader
TcpHeader describes the contents of TCP header. |
interface |
UdpHeader
UdpHeader describes the contents of UDP header. |
Copyright © 2018 OpenDaylight. All rights reserved.