Uses of Class
org.opendaylight.openflowplugin.libraries.liblldp.Packet
-
Packages that use Packet Package Description org.opendaylight.openflowplugin.libraries.liblldp -
-
Uses of Packet in org.opendaylight.openflowplugin.libraries.liblldp
Subclasses of Packet in org.opendaylight.openflowplugin.libraries.liblldp Modifier and Type Class Description class
Ethernet
Class that represents the Ethernet frame objects.class
LLDP
Class that represents the LLDP frame objects.class
LLDPTLV
Class that represents the LLDPTLV objects.Fields in org.opendaylight.openflowplugin.libraries.liblldp declared as Packet Modifier and Type Field Description protected Packet
Packet. parent
protected Packet
Packet. payload
Fields in org.opendaylight.openflowplugin.libraries.liblldp with type parameters of type Packet Modifier and Type Field Description protected Supplier<Packet>
Packet. payloadFactory
Methods in org.opendaylight.openflowplugin.libraries.liblldp that return Packet Modifier and Type Method Description Packet
LLDP. deserialize(byte[] data, int bitOffset, int size)
Packet
Packet. deserialize(byte[] data, int bitOffset, int size)
This method deserializes the data bits obtained from the wire into the respective header and payload which are of type Packet.Packet
Packet. getParent()
Packet
Packet. getPayload()
Methods in org.opendaylight.openflowplugin.libraries.liblldp with parameters of type Packet Modifier and Type Method Description void
Packet. setParent(Packet parent)
void
Packet. setPayload(Packet payload)
-