| Interface | Description |
|---|---|
| CachedPacket |
CachedPacket defines interfaces that implements cache for a
Packet instance. |
| CachedPacketContext |
CachedPacketContext describes a runtime context to handle packet
represented by CachedPacket. |
| L4Packet |
L4Packet defines interfaces that implements cache for layer 4
protocol header. |
| Class | Description |
|---|---|
| EtherPacket |
EtherPacket class implements a cache for a Ethernet
instance including VLAN tag. |
| IcmpPacket |
IcmpPacket class implements a cache for an ICMP instance. |
| Inet4Packet |
Inet4Packet class implements a cache for an IPv4 instance. |
| PortProtoPacket<T extends PortPacket<T>> |
PortProtoPacket class implements a cache for layer 4 protocol
header, which identifies the service using 16-bit port number. |
| TcpPacket |
TcpPacket class implements a cache for a TCP instance. |
| UdpPacket |
UdpPacket class implements a cache for a UDP instance. |
Copyright © 2018 OpenDaylight. All rights reserved.