Package org.opendaylight.openflowplugin.libraries.liblldp


package org.opendaylight.openflowplugin.libraries.liblldp
  • Class
    Description
    BitBufferHelper class that provides utility methods to - fetch specific bits from a serialized stream of bits - convert bits to primitive data type - like short, int, long - store bits in specified location in stream of bits - convert primitive data types to stream of bits.
    Describes an exception that is raised during BitBufferHelper operations.
     
    Abstract base class for a Datalink Address.
    Class that represents the Ethernet frame objects.
     
    The enum contains the most common 802.3 ethernet types and 802.2 + SNAP protocol ids.
    The class provides methods to convert hex encode strings.
    Class that represents the LLDP frame objects.
    Class that represents the LLDPTLV objects.
     
    Utility class containing the common utility functions needed for operating on networking data structures.
    Abstract class which represents the generic network packet object.
    Describes an exception that is raised when the process of serializing or deserializing a network packet/stream fails.