A B C D E F G H I L M N O P R S T V W 

A

addCustomTLV(LLDPTLV) - Method in class org.opendaylight.controller.liblldp.LLDP
 
addressName - Static variable in class org.opendaylight.controller.liblldp.EthernetAddress
 

B

BitBufferHelper - Class in org.opendaylight.controller.liblldp
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
BitBufferHelper() - Constructor for class org.opendaylight.controller.liblldp.BitBufferHelper
 
BROADCASTMAC - Static variable in class org.opendaylight.controller.liblldp.EthernetAddress
 
BufferException - Exception in org.opendaylight.controller.liblldp
Describes an exception that is raised during BitBufferHelper operations.
BufferException(String) - Constructor for exception org.opendaylight.controller.liblldp.BufferException
 
byteArray4ToInt(byte[]) - Static method in class org.opendaylight.controller.liblldp.NetUtils
Converts a 4 bytes array into an integer number
byteArray6ToLong(byte[]) - Static method in class org.opendaylight.controller.liblldp.NetUtils
Converts a 6 bytes array into a long number MAC addresses.
ByteMask - Static variable in class org.opendaylight.controller.liblldp.BitBufferHelper
 
bytesFromHexString(String) - Static method in class org.opendaylight.controller.liblldp.HexEncode
 
bytesToHexString(byte[]) - Static method in class org.opendaylight.controller.liblldp.HexEncode
This method converts byte array into String format without ":" inserted.
bytesToHexStringFormat(byte[]) - Static method in class org.opendaylight.controller.liblldp.HexEncode
This method converts byte array into HexString format with ":" inserted.

C

chassisIDSubType - Static variable in class org.opendaylight.controller.liblldp.LLDPTLV
 
checkExceptions(byte[], int, int) - Static method in class org.opendaylight.controller.liblldp.BitBufferHelper
Checks for overflow and underflow exceptions
clone() - Method in class org.opendaylight.controller.liblldp.DataLinkAddress
Used to copy the DataLinkAddress in a polymorphic way
clone() - Method in class org.opendaylight.controller.liblldp.EthernetAddress
 
ConstructionException - Exception in org.opendaylight.controller.liblldp
 
ConstructionException(String) - Constructor for exception org.opendaylight.controller.liblldp.ConstructionException
 
corrupted - Variable in class org.opendaylight.controller.liblldp.Packet
 
createChassisIDTLVValue(String) - Static method in class org.opendaylight.controller.liblldp.LLDPTLV
Creates the ChassisID TLV value including the subtype and ChassisID string
createCustomTLVValue(String) - Static method in class org.opendaylight.controller.liblldp.LLDPTLV
Creates the custom TLV value including OUI, subtype and custom string
createCustomTLVValue(byte[], byte[]) - Static method in class org.opendaylight.controller.liblldp.LLDPTLV
Creates the custom TLV value including OUI, subtype and custom string
createPortIDTLVValue(String) - Static method in class org.opendaylight.controller.liblldp.LLDPTLV
Creates the PortID TLV value including the subtype and PortID string
createSystemNameTLVValue(String) - Static method in class org.opendaylight.controller.liblldp.LLDPTLV
Creates the SystemName TLV value
CUSTOM_TLV_SUB_TYPE_CUSTOM_SEC - Static variable in class org.opendaylight.controller.liblldp.LLDPTLV
OpenFlow subtype: custom sec = hash code of verification of origin of LLDP
CUSTOM_TLV_SUB_TYPE_NODE_CONNECTOR_ID - Static variable in class org.opendaylight.controller.liblldp.LLDPTLV
OpenFlow subtype: nodeConnectorId of source
CustomTLVKey - Class in org.opendaylight.controller.liblldp
 
CustomTLVKey(int, byte) - Constructor for class org.opendaylight.controller.liblldp.CustomTLVKey
 
customTlvOffset - Static variable in class org.opendaylight.controller.liblldp.LLDPTLV
 

D

DataLinkAddress - Class in org.opendaylight.controller.liblldp
Abstract base class for a Datalink Address
DataLinkAddress() - Constructor for class org.opendaylight.controller.liblldp.DataLinkAddress
 
DataLinkAddress(String) - Constructor for class org.opendaylight.controller.liblldp.DataLinkAddress
Constructor of super class
deserialize(byte[], int, int) - Method in class org.opendaylight.controller.liblldp.LLDP
 
deserialize(byte[], int, int) - Method in class org.opendaylight.controller.liblldp.Packet
This method deserializes the data bits obtained from the wire into the respective header and payload which are of type Packet

E

equals(Object) - Method in class org.opendaylight.controller.liblldp.CustomTLVKey
 
equals(Object) - Method in class org.opendaylight.controller.liblldp.DataLinkAddress
 
equals(Object) - Method in class org.opendaylight.controller.liblldp.EthernetAddress
 
equals(Object) - Method in class org.opendaylight.controller.liblldp.LLDPTLV
 
equals(Object) - Method in class org.opendaylight.controller.liblldp.Packet
 
Ethernet - Class in org.opendaylight.controller.liblldp
Class that represents the Ethernet frame objects
Ethernet() - Constructor for class org.opendaylight.controller.liblldp.Ethernet
Default constructor that creates and sets the HashMap
Ethernet(boolean) - Constructor for class org.opendaylight.controller.liblldp.Ethernet
Constructor that sets the access level for the packet and creates and sets the HashMap
EthernetAddress - Class in org.opendaylight.controller.liblldp
 
EthernetAddress(byte[]) - Constructor for class org.opendaylight.controller.liblldp.EthernetAddress
Public constructor for an Ethernet MAC address starting from the byte constituing the address, the constructor validate the size of the arrive to make sure it met the expected size
etherTypeClassMap - Static variable in class org.opendaylight.controller.liblldp.Ethernet
 
EtherTypes - Enum in org.opendaylight.controller.liblldp
The enum contains the most common 802.3 ethernet types and 802.2 + SNAP protocol ids
extractCustomOUI(LLDPTLV) - Static method in class org.opendaylight.controller.liblldp.LLDPTLV
 
extractCustomSubtype(LLDPTLV) - Static method in class org.opendaylight.controller.liblldp.LLDPTLV
 

F

fieldsConflict(int, int) - Static method in class org.opendaylight.controller.liblldp.NetUtils
 
fieldValues - Variable in class org.opendaylight.controller.liblldp.LLDPTLV
 

G

getBits(byte[], int, int) - Static method in class org.opendaylight.controller.liblldp.BitBufferHelper
Reads the specified number of bits from the passed byte array starting to read from the specified offset The bits read are stored in a byte array which size is dictated by the number of bits to be stored.
getBroadcastMACAddr() - Static method in class org.opendaylight.controller.liblldp.NetUtils
Returns Broadcast MAC Address
getByte(byte[]) - Static method in class org.opendaylight.controller.liblldp.BitBufferHelper
Returns the first byte from the byte array
getChassisId() - Method in class org.opendaylight.controller.liblldp.LLDP
 
getCustomString(byte[], int) - Static method in class org.opendaylight.controller.liblldp.LLDPTLV
Retrieves the custom string from the Custom TLV value which includes OUI, subtype and custom string
getCustomTLV(CustomTLVKey) - Method in class org.opendaylight.controller.liblldp.LLDP
 
getCustomTlvList() - Method in class org.opendaylight.controller.liblldp.LLDP
 
getDestinationMACAddress() - Method in class org.opendaylight.controller.liblldp.Ethernet
Gets the destination MAC address stored
getEtherType() - Method in class org.opendaylight.controller.liblldp.Ethernet
Gets the etherType stored
getEtherTypeName(int) - Static method in enum org.opendaylight.controller.liblldp.EtherTypes
 
getEtherTypeName(short) - Static method in enum org.opendaylight.controller.liblldp.EtherTypes
 
getEtherTypeName(byte) - Static method in enum org.opendaylight.controller.liblldp.EtherTypes
 
getEtherTypeNumberInt(String) - Static method in enum org.opendaylight.controller.liblldp.EtherTypes
 
getEtherTypeNumberShort(String) - Static method in enum org.opendaylight.controller.liblldp.EtherTypes
 
getEtherTypesNameList() - Static method in enum org.opendaylight.controller.liblldp.EtherTypes
 
getfieldnumBits(String) - Method in class org.opendaylight.controller.liblldp.LLDPTLV
 
getfieldnumBits(String) - Method in class org.opendaylight.controller.liblldp.Packet
This method fetches the number of bits for header field specified by 'fieldname'.
getfieldOffset(String) - Method in class org.opendaylight.controller.liblldp.Packet
This method fetches the start bit offset for header field specified by 'fieldname'.
getHeaderSize() - Method in class org.opendaylight.controller.liblldp.Packet
Gets the header length in bits
getHexStringValue(byte[], int) - Static method in class org.opendaylight.controller.liblldp.LLDPTLV
Retrieves the string from TLV value and returns it in HexString format
gethighestIP(boolean) - Static method in class org.opendaylight.controller.liblldp.NetUtils
Returns the highest v4 or v6 InetAddress
getInetAddress(int) - Static method in class org.opendaylight.controller.liblldp.NetUtils
Converts an IP address passed as integer value into the respective InetAddress object
getInetNetworkMask(int, boolean) - Static method in class org.opendaylight.controller.liblldp.NetUtils
Return the InetAddress Network Mask given the length of the prefix bit mask.
getInt(byte[]) - Static method in class org.opendaylight.controller.liblldp.BitBufferHelper
Returns the int value for the byte array passed.
getInt(byte[], int) - Static method in class org.opendaylight.controller.liblldp.BitBufferHelper
Returns the int value for the last numBits of the byte array passed.
getLength() - Method in class org.opendaylight.controller.liblldp.LLDPTLV
 
getLong(byte[]) - Static method in class org.opendaylight.controller.liblldp.BitBufferHelper
Returns the long value for the byte array passed.
getLong(byte[], int) - Static method in class org.opendaylight.controller.liblldp.BitBufferHelper
Returns the long value for the last numBits of the byte array passed.
getLSBMask(int) - Static method in class org.opendaylight.controller.liblldp.BitBufferHelper
Returns numBits 1's in the LSB position
getMacAddress() - Method in class org.opendaylight.controller.liblldp.EthernetAddress
 
getMSBMask(int) - Static method in class org.opendaylight.controller.liblldp.BitBufferHelper
Returns numBits 1's in the MSB position
getName() - Method in class org.opendaylight.controller.liblldp.DataLinkAddress
Allow to distinguish among different data link addresses
getOptionalTLVList() - Method in class org.opendaylight.controller.liblldp.LLDP
 
getOui() - Method in class org.opendaylight.controller.liblldp.CustomTLVKey
 
getParent() - Method in class org.opendaylight.controller.liblldp.Packet
 
getPayload() - Method in class org.opendaylight.controller.liblldp.Packet
 
getPortId() - Method in class org.opendaylight.controller.liblldp.LLDP
 
getRawPayload() - Method in class org.opendaylight.controller.liblldp.Packet
Returns the raw payload carried by this packet in case payload was not parsed.
getShort(byte[]) - Static method in class org.opendaylight.controller.liblldp.BitBufferHelper
Returns the short value for the byte array passed.
getShort(byte[], int) - Static method in class org.opendaylight.controller.liblldp.BitBufferHelper
Returns the short value for the last numBits of the byte array passed.
getSourceMACAddress() - Method in class org.opendaylight.controller.liblldp.Ethernet
Gets the source MAC address stored
getStringValue(byte[], int) - Static method in class org.opendaylight.controller.liblldp.LLDPTLV
Retrieves the string from TLV value
getSubnetMaskLength(byte[]) - Static method in class org.opendaylight.controller.liblldp.NetUtils
Returns the prefix size in bits of the specified subnet mask.
getSubnetMaskLength(InetAddress) - Static method in class org.opendaylight.controller.liblldp.NetUtils
Returns the prefix size in bits of the specified subnet mask.
getSubnetPrefix(InetAddress, int) - Static method in class org.opendaylight.controller.liblldp.NetUtils
Given an IP address and a prefix network mask length, it returns the equivalent subnet prefix IP address Example: for ip = "172.28.30.254" and maskLen = 25 it will return "172.28.30.128"
getSubtype() - Method in class org.opendaylight.controller.liblldp.CustomTLVKey
 
getSystemNameId() - Method in class org.opendaylight.controller.liblldp.LLDP
 
getTLV(String) - Method in class org.opendaylight.controller.liblldp.LLDP
 
getTLVSize() - Method in class org.opendaylight.controller.liblldp.LLDPTLV
Returns the size in bits of the whole TLV
getTtl() - Method in class org.opendaylight.controller.liblldp.LLDP
 
getType() - Method in class org.opendaylight.controller.liblldp.LLDPTLV
 
getUnsignedByte(byte) - Static method in class org.opendaylight.controller.liblldp.NetUtils
Returns the unsigned value of the passed byte variable
getUnsignedShort(short) - Static method in class org.opendaylight.controller.liblldp.NetUtils
Return the unsigned value of the passed short variable
getValue() - Method in class org.opendaylight.controller.liblldp.EthernetAddress
Return the Ethernet Mac address in byte array format
getValue() - Method in class org.opendaylight.controller.liblldp.LLDPTLV
 
getValue() - Method in enum org.opendaylight.controller.liblldp.LLDPTLV.TLVType
 

H

hashCode() - Method in class org.opendaylight.controller.liblldp.CustomTLVKey
 
hashCode() - Method in class org.opendaylight.controller.liblldp.DataLinkAddress
 
hashCode() - Method in class org.opendaylight.controller.liblldp.EthernetAddress
 
hashCode() - Method in class org.opendaylight.controller.liblldp.LLDPTLV
 
hashCode() - Method in class org.opendaylight.controller.liblldp.Packet
 
hdrFieldCoordMap - Variable in class org.opendaylight.controller.liblldp.Packet
 
hdrFieldsMap - Variable in class org.opendaylight.controller.liblldp.Packet
 
HexEncode - Class in org.opendaylight.controller.liblldp
The class provides methods to convert hex encode strings
HexEncode() - Constructor for class org.opendaylight.controller.liblldp.HexEncode
 

I

inetAddressConflict(InetAddress, InetAddress, InetAddress, InetAddress) - Static method in class org.opendaylight.controller.liblldp.NetUtils
Checks if the test address and mask conflicts with the filter address and mask For example: testAddress: 172.28.2.23 testMask: 255.255.255.0 filterAddress: 172.28.1.10 testMask: 255.255.255.0 do conflict testAddress: 172.28.2.23 testMask: 255.255.255.0 filterAddress: 172.28.1.10 testMask: 255.255.0.0 do not conflict Null parameters are permitted
insertBits(byte[], byte[], int, int) - Static method in class org.opendaylight.controller.liblldp.BitBufferHelper
Insert in the data buffer at position dictated by the offset the number of bits specified from the input data byte array.
intToByteArray4(int) - Static method in class org.opendaylight.controller.liblldp.NetUtils
Converts an integer number into a 4 bytes array
intValue() - Method in enum org.opendaylight.controller.liblldp.EtherTypes
 
INVALIDHOST - Static variable in class org.opendaylight.controller.liblldp.EthernetAddress
 
isAny(InetAddress) - Static method in class org.opendaylight.controller.liblldp.NetUtils
Returns true if the passed InetAddress contains all zero
isBroadcast() - Method in class org.opendaylight.controller.liblldp.Ethernet
 
isBroadcastMACAddr(byte[]) - Static method in class org.opendaylight.controller.liblldp.NetUtils
Returns true if the MAC address is the broadcast MAC address and false otherwise.
isCorrupted() - Method in class org.opendaylight.controller.liblldp.Packet
Return whether the deserialized packet is to be considered corrupted.
isIPAddressValid(String) - Static method in class org.opendaylight.controller.liblldp.NetUtils
Checks if the passed IP address in string form is a valid v4 or v6 address.
isIPv4AddressValid(String) - Static method in class org.opendaylight.controller.liblldp.NetUtils
Checks if the passed IP v4 address in string form is valid The address may specify a mask at the end as "/MM"
isIPv6AddressValid(String) - Static method in class org.opendaylight.controller.liblldp.NetUtils
Checks if the passed IP v6 address in string form is valid The address may specify a mask at the end as "/MMM"
isMulticast() - Method in class org.opendaylight.controller.liblldp.Ethernet
 
isMulticastMACAddr(byte[]) - Static method in class org.opendaylight.controller.liblldp.NetUtils
Returns true if the MAC address is a multicast MAC address and false otherwise.
isUnicastMACAddr(byte[]) - Static method in class org.opendaylight.controller.liblldp.NetUtils
Returns true if the MAC address is a unicast MAC address and false otherwise.
isZeroMAC(byte[]) - Static method in class org.opendaylight.controller.liblldp.NetUtils
Returns true if the passed MAC address is all zero

L

LLDP - Class in org.opendaylight.controller.liblldp
Class that represents the LLDP frame objects
LLDP() - Constructor for class org.opendaylight.controller.liblldp.LLDP
Default constructor that creates the tlvList LinkedHashMap
LLDP(boolean) - Constructor for class org.opendaylight.controller.liblldp.LLDP
Constructor that creates the tlvList LinkedHashMap and sets the write access for the same
LLDPMulticastMac - Static variable in class org.opendaylight.controller.liblldp.LLDP
 
LLDPTLV - Class in org.opendaylight.controller.liblldp
Class that represents the LLDPTLV objects
LLDPTLV() - Constructor for class org.opendaylight.controller.liblldp.LLDPTLV
Default constructor that creates and sets the hash map values and sets the payload to null
LLDPTLV(LLDPTLV) - Constructor for class org.opendaylight.controller.liblldp.LLDPTLV
Constructor that writes the passed LLDPTLV values to the hdrFieldsMap
LLDPTLV.TLVType - Enum in org.opendaylight.controller.liblldp
 
loadFromString(String) - Static method in enum org.opendaylight.controller.liblldp.EtherTypes
 
logger - Static variable in class org.opendaylight.controller.liblldp.BitBufferHelper
 
logger - Static variable in class org.opendaylight.controller.liblldp.NetUtils
 
logger - Static variable in class org.opendaylight.controller.liblldp.Packet
 
longToByteArray6(long) - Static method in class org.opendaylight.controller.liblldp.NetUtils
Converts a long number to a 6 bytes array for MAC addresses.
longToHexString(long) - Static method in class org.opendaylight.controller.liblldp.HexEncode
 

M

MACAddrLengthInBytes - Static variable in class org.opendaylight.controller.liblldp.NetUtils
Constant holding the number of bytes in MAC Address
MACAddrLengthInWords - Static variable in class org.opendaylight.controller.liblldp.NetUtils
Constant holding the number of words in MAC Address

N

NetUtils - Class in org.opendaylight.controller.liblldp
Utility class containing the common utility functions needed for operating on networking data structures
NetUtils() - Constructor for class org.opendaylight.controller.liblldp.NetUtils
 
NumBitsInAByte - Static variable in class org.opendaylight.controller.liblldp.NetUtils
Constant holding the number of bits in a byte

O

OFOUI - Static variable in class org.opendaylight.controller.liblldp.LLDPTLV
OpenFlow OUI
org.opendaylight.controller.liblldp - package org.opendaylight.controller.liblldp
 

P

Packet - Class in org.opendaylight.controller.liblldp
Abstract class which represents the generic network packet object It provides the basic methods which are common for all the packets, like serialize and deserialize
Packet() - Constructor for class org.opendaylight.controller.liblldp.Packet
 
Packet(boolean) - Constructor for class org.opendaylight.controller.liblldp.Packet
 
PacketException - Exception in org.opendaylight.controller.liblldp
Describes an exception that is raised when the process of serializing or deserializing a network packet/stream fails.
PacketException(String) - Constructor for exception org.opendaylight.controller.liblldp.PacketException
 
parent - Variable in class org.opendaylight.controller.liblldp.Packet
 
parseInetAddress(String) - Static method in class org.opendaylight.controller.liblldp.NetUtils
 
payload - Variable in class org.opendaylight.controller.liblldp.Packet
 
payloadClass - Variable in class org.opendaylight.controller.liblldp.Packet
 
portIDSubType - Static variable in class org.opendaylight.controller.liblldp.LLDPTLV
 
postDeserializeCustomOperation(byte[], int) - Method in class org.opendaylight.controller.liblldp.Packet
This method re-computes the checksum of the bits received on the wire and validates it with the checksum in the bits received Since the computation of checksum varies based on the protocol, this method is overridden.
postSerializeCustomOperation(byte[]) - Method in class org.opendaylight.controller.liblldp.Packet
This method gets called at the end of the serialization process It is intended for the child packets to insert some custom data into the output byte stream which cannot be done or cannot be done efficiently during the normal Packet.serialize() path.

R

rawPayload - Variable in class org.opendaylight.controller.liblldp.Packet
 

S

serialize() - Method in class org.opendaylight.controller.liblldp.LLDP
 
serialize() - Method in class org.opendaylight.controller.liblldp.Packet
This method serializes the header and payload from the respective packet class, into a single stream of bytes to be sent on the wire
setByte(byte[], byte, int, int) - Static method in class org.opendaylight.controller.liblldp.BitBufferHelper
Bits are expected to be stored in the input byte array from LSB
setBytes(byte[], byte[], int, int) - Static method in class org.opendaylight.controller.liblldp.BitBufferHelper
Bits are expected to be stored in the input byte array from LSB
setChassisId(LLDPTLV) - Method in class org.opendaylight.controller.liblldp.LLDP
 
setDestinationMACAddress(byte[]) - Method in class org.opendaylight.controller.liblldp.Ethernet
Sets the destination MAC address for the current Ethernet object instance
setEtherType(short) - Method in class org.opendaylight.controller.liblldp.Ethernet
Sets the etherType for the current Ethernet object instance
setHeaderField(String, byte[]) - Method in class org.opendaylight.controller.liblldp.Ethernet
 
setHeaderField(String, byte[]) - Method in class org.opendaylight.controller.liblldp.LLDPTLV
 
setHeaderField(String, byte[]) - Method in class org.opendaylight.controller.liblldp.Packet
 
setLength(short) - Method in class org.opendaylight.controller.liblldp.LLDPTLV
 
setOptionalTLVList(List<LLDPTLV>) - Method in class org.opendaylight.controller.liblldp.LLDP
 
setParent(Packet) - Method in class org.opendaylight.controller.liblldp.Packet
 
setPayload(Packet) - Method in class org.opendaylight.controller.liblldp.Packet
 
setPortId(LLDPTLV) - Method in class org.opendaylight.controller.liblldp.LLDP
 
setRawPayload(byte[]) - Method in class org.opendaylight.controller.liblldp.Packet
Set a raw payload in the packet class
setSourceMACAddress(byte[]) - Method in class org.opendaylight.controller.liblldp.Ethernet
Sets the source MAC address for the current Ethernet object instance
setSystemNameId(LLDPTLV) - Method in class org.opendaylight.controller.liblldp.LLDP
 
setTLV(String, LLDPTLV) - Method in class org.opendaylight.controller.liblldp.LLDP
 
setTtl(LLDPTLV) - Method in class org.opendaylight.controller.liblldp.LLDP
 
setType(byte) - Method in class org.opendaylight.controller.liblldp.LLDPTLV
 
setValue(byte[]) - Method in class org.opendaylight.controller.liblldp.LLDPTLV
 
shiftBitsToLSB(byte[], int) - Static method in class org.opendaylight.controller.liblldp.BitBufferHelper
It aligns the first numBits bits to the right end of the byte array preceding them with numBits % 8 zero bits.
shiftBitsToMSB(byte[], int) - Static method in class org.opendaylight.controller.liblldp.BitBufferHelper
It aligns the last numBits bits to the head of the byte array following them with numBits % 8 zero bits.
shortValue() - Method in enum org.opendaylight.controller.liblldp.EtherTypes
 
SIZE - Static variable in class org.opendaylight.controller.liblldp.EthernetAddress
 
stringToLong(String) - Static method in class org.opendaylight.controller.liblldp.HexEncode
 

T

toByteArray(Number) - Static method in class org.opendaylight.controller.liblldp.BitBufferHelper
Accepts a number as input and returns its value in byte form in LSB aligned form example: input = 5000 [1001110001000] bytes = 19, -120 [00010011] [10001000]
toByteArray(Number, int) - Static method in class org.opendaylight.controller.liblldp.BitBufferHelper
Accepts a number as input and returns its value in byte form in MSB aligned form example: input = 5000 [1001110001000] bytes = -114, 64 [10011100] [01000000]
toNumber(byte[]) - Static method in class org.opendaylight.controller.liblldp.BitBufferHelper
Returns the numerical value of the byte array passed
toNumber(byte[], int) - Static method in class org.opendaylight.controller.liblldp.BitBufferHelper
Returns the numerical value of the last numBits (LSB bits) of the byte array passed
toString() - Method in class org.opendaylight.controller.liblldp.DataLinkAddress
 
toString() - Method in class org.opendaylight.controller.liblldp.EthernetAddress
 
toString() - Method in enum org.opendaylight.controller.liblldp.EtherTypes
 
toString() - Method in class org.opendaylight.controller.liblldp.Packet
 

V

valueOf(String) - Static method in enum org.opendaylight.controller.liblldp.EtherTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opendaylight.controller.liblldp.LLDPTLV.TLVType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.opendaylight.controller.liblldp.EtherTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opendaylight.controller.liblldp.LLDPTLV.TLVType
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeAccess - Variable in class org.opendaylight.controller.liblldp.Packet
 
A B C D E F G H I L M N O P R S T V W 

Copyright © 2015. All Rights Reserved.