| Package | Description |
|---|---|
| org.opendaylight.vtn.manager.internal.packet.cache |
| 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 | Method and Description |
|---|---|
CachedPacket |
CachedPacket.clone()
Return a deep copy of this instance.
|
Copyright © 2018 OpenDaylight. All rights reserved.