Uses of Class
org.opendaylight.openflowplugin.libraries.liblldp.Packet
Packages that use Packet
-
Uses of Packet in org.opendaylight.openflowplugin.libraries.liblldp
Subclasses of Packet in org.opendaylight.openflowplugin.libraries.liblldpModifier and TypeClassDescriptionclass
Class that represents the Ethernet frame objects.class
Class that represents the LLDP frame objects.class
Class that represents the LLDPTLV objects.Fields in org.opendaylight.openflowplugin.libraries.liblldp declared as PacketFields in org.opendaylight.openflowplugin.libraries.liblldp with type parameters of type PacketMethods in org.opendaylight.openflowplugin.libraries.liblldp that return PacketModifier and TypeMethodDescriptionLLDP.deserialize
(byte[] data, int bitOffset, int size) 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.getParent()
Packet.getPayload()
Methods in org.opendaylight.openflowplugin.libraries.liblldp with parameters of type Packet