See: Description
| Interface | Description |
|---|---|
| Deserializer<U extends IPacket> |
Function to deserialize a packet from a byte-based input stream.
|
| IPacket |
| Class | Description |
|---|---|
| ARP | |
| BasePacket | |
| ChassisId |
The class representing a network device chassisId.
|
| Data | |
| DHCP | |
| DHCPOption | |
| EAP |
EAP (Extensible Authentication Protocol) packet.
|
| EAPOL |
EAPOL (Extensible Authentication Protocol over LAN) header.
|
| Ethernet | |
| EthType |
Representation of an Ethertype.
|
| ICMP |
Implements ICMP packet format.
|
| ICMP6 |
Implements ICMPv6 packet format.
|
| IGMP |
Implements IGMP control packet format.
|
| IGMPGroup |
A class to represent Groups for membership query and reports.
|
| IGMPMembership | |
| IGMPQuery | |
| Ip4Address |
A class representing an IPv4 address.
|
| Ip4Prefix |
The class representing an IPv4 network address.
|
| Ip6Address |
A class representing an IPv6 address.
|
| Ip6Prefix |
The class representing an IPv6 network address.
|
| IpAddress |
A class representing an IP address.
|
| IpPrefix |
A class representing an IP prefix.
|
| IPv4 | |
| IPv6 |
Implements IPv6 packet format.
|
| LLC |
This class represents an Link Local Control header that is used in Ethernet
802.3.
|
| LLDP | |
| LLDPOrganizationalTLV |
The class representing LLDP Organizationally Specific TLV.
|
| LLDPTLV | |
| MacAddress |
The class representing MAC address.
|
| MPLS | |
| MplsLabel |
Representation of a MPLS label.
|
| ONOSLLDP |
ONOS LLDP containing organizational TLV for ONOS device dicovery.
|
| PacketUtils |
Utilities for working with packet headers.
|
| PIM |
Implements PIM control packet format.
|
| RADIUS |
RADIUS packet.
|
| RADIUSAttribute |
An attribute in a RADIUS packet.
|
| TCP |
Implements TCP packet format.
|
| TpPort |
Representation of a transport layer port.
|
| UDP |
Representation of a UDP packet.
|
| VlanId |
Representation of a VLAN ID.
|
| Enum | Description |
|---|---|
| DHCP.DHCPOptionCode | |
| DHCPPacketType | |
| EthType.EtherType |
A list of known ethertypes.
|
| IpAddress.Version |
| Exception | Description |
|---|---|
| DeserializationException |
Signals that an error occurred during deserialization of a packet.
|
Copyright © 2015. All rights reserved.