| Package | Description |
|---|---|
| org.opendaylight.openflowplugin.libraries.liblldp |
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected Packet |
Packet.parent |
protected Packet |
Packet.payload |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends Packet> |
Packet.payloadClass |
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
Packet.setParent(Packet parent) |
void |
Packet.setPayload(Packet payload) |
Copyright © 2019 OpenDaylight. All rights reserved.