Class | Description |
---|---|
ARP |
ARP describes an ARP packet. |
Ethernet |
Ethernet describes an Ethernet frame. |
EtherTypePacket<T extends EtherTypePacket> |
EtherTypePacket describes an layer 2 packet that contains Ethernet
type and layer 3 packet. |
ICMP |
ICMP describes an ICMP packet. |
IEEE8021Q |
IEEE8021Q describes an IEEE 802.1Q VLAN tag. |
IPv4 |
IPv4 describes an IP version 4 packet. |
Packet |
Packet is an abstract class which represents the generic network
packet object. |
Packet.HeaderField |
HeaderField describes the location of the header field in the
packet header. |
PortPacket<T extends PortPacket> |
Abstract class that describes protocol packet which identifies the service
using 16-bit port number.
|
TCP |
TCP describes an TCP packet. |
UDP |
UDP describes an UDP packet. |
Exception | Description |
---|---|
PacketException |
VTNException is an exception raised when the packet serialization
or deserialization fails. |
Copyright © 2018 OpenDaylight. All rights reserved.