| Package | Description | 
|---|---|
| org.opendaylight.vtn.manager.internal.packet.cache | |
| org.opendaylight.vtn.manager.internal.util.packet | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
L4Packet
L4Packet defines interfaces that implements cache for layer 4
 protocol header. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EtherPacket
EtherPacket class implements a cache for a Ethernet
 instance including VLAN tag. | 
class  | 
IcmpPacket
IcmpPacket class implements a cache for an ICMP instance. | 
class  | 
Inet4Packet
Inet4Packet class implements a cache for an IPv4 instance. | 
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 | Interface and Description | 
|---|---|
interface  | 
EtherHeader
EtherHeader describes the contents of ethernet header and
 IEEE 802.1Q VLAN tag. | 
interface  | 
IcmpHeader
IcmpHeader describes the contents of ICMP header. | 
interface  | 
InetHeader
InetHeader describes the contents of IP header. | 
interface  | 
Layer4Header
Layer4Header describes the contents of layer 4 protocol header. | 
interface  | 
Layer4PortHeader
Layer4PortHeader describes the contents of layer 4 protocol header
 which identifies the service using 16-bit port number. | 
interface  | 
TcpHeader
TcpHeader describes the contents of TCP header. | 
interface  | 
UdpHeader
UdpHeader describes the contents of UDP header. | 
Copyright © 2018 OpenDaylight. All rights reserved.