| Package | Description |
|---|---|
| org.opendaylight.vtn.manager.internal.packet.cache | |
| org.opendaylight.vtn.manager.internal.util.packet | |
| org.opendaylight.vtn.manager.internal.vnode |
| 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 |
IcmpPacket
IcmpPacket class implements a cache for an ICMP 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 |
IcmpHeader
IcmpHeader describes the contents of ICMP 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. |
| Modifier and Type | Method and Description |
|---|---|
Layer4Header |
PacketHeader.getLayer4Header()
Returns a
Layer4Header instance which describes a layer 4
protocol header. |
| Modifier and Type | Method and Description |
|---|---|
Layer4Header |
PacketContext.getLayer4Header()
Returns a
Layer4Header instance which describes a layer 4
protocol header. |
Copyright © 2018 OpenDaylight. All rights reserved.