Package | Description |
---|---|
etri.sdn.controller.module.linkdiscovery | |
etri.sdn.controller.protocol.packet |
Modifier and Type | Field and Description |
---|---|
protected LLDPTLV |
OFMLinkDiscovery.controllerTLV |
private static LLDPTLV |
OFMLinkDiscovery.forwardTLV |
private static LLDPTLV |
OFMLinkDiscovery.reverseTLV |
Modifier and Type | Class and Description |
---|---|
class |
LLDPOrganizationalTLV
The class representing LLDP Organizationally Specific TLV.
|
Modifier and Type | Field and Description |
---|---|
protected LLDPTLV |
LLDP.chassisId |
protected LLDPTLV |
LLDP.portId |
protected LLDPTLV |
LLDP.ttl |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<LLDPTLV> |
LLDP.optionalTLVList |
Modifier and Type | Method and Description |
---|---|
LLDPTLV |
LLDPTLV.deserialize(java.nio.ByteBuffer bb) |
LLDPTLV |
LLDPOrganizationalTLV.deserialize(java.nio.ByteBuffer bb) |
LLDPTLV |
LLDP.getChassisId() |
LLDPTLV |
LLDP.getPortId() |
LLDPTLV |
LLDP.getTtl() |
LLDPTLV |
LLDPTLV.setLength(short length) |
LLDPTLV |
LLDPTLV.setType(byte type) |
LLDPTLV |
LLDPTLV.setValue(byte[] value) |
Modifier and Type | Method and Description |
---|---|
java.util.List<LLDPTLV> |
LLDP.getOptionalTLVList() |
Modifier and Type | Method and Description |
---|---|
LLDP |
LLDP.setChassisId(LLDPTLV chassisId) |
LLDP |
LLDP.setPortId(LLDPTLV portId) |
LLDP |
LLDP.setTtl(LLDPTLV ttl) |
Modifier and Type | Method and Description |
---|---|
LLDP |
LLDP.setOptionalTLVList(java.util.List<LLDPTLV> optionalTLVList) |