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 classEthernetClass that represents the Ethernet frame objects.classLLDPClass that represents the LLDP frame objects.classLLDPTLVClass that represents the LLDPTLV objects.Fields in org.opendaylight.openflowplugin.libraries.liblldp declared as Packet Modifier and Type Field Description protected PacketPacket. parentprotected PacketPacket. payloadFields in org.opendaylight.openflowplugin.libraries.liblldp with type parameters of type Packet Modifier and Type Field Description protected Supplier<Packet>Packet. payloadFactoryMethods in org.opendaylight.openflowplugin.libraries.liblldp that return Packet Modifier and Type Method Description PacketLLDP. deserialize(byte[] data, int bitOffset, int size)PacketPacket. 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.PacketPacket. getParent()PacketPacket. getPayload()Methods in org.opendaylight.openflowplugin.libraries.liblldp with parameters of type Packet Modifier and Type Method Description voidPacket. setParent(Packet parent)voidPacket. setPayload(Packet payload)
-