Definition at line 28 of file VerificationPacket.java.
◆ VerificationPacket() [1/2]
org.openkilda.floodlight.pathverification.VerificationPacket.VerificationPacket |
( |
| ) |
|
◆ VerificationPacket() [2/2]
org.openkilda.floodlight.pathverification.VerificationPacket.VerificationPacket |
( |
Data |
data | ) |
|
◆ deserialize()
IPacket org.openkilda.floodlight.pathverification.VerificationPacket.deserialize |
( |
byte [] |
data, |
|
|
int |
offset, |
|
|
int |
length |
|
) |
| |
◆ equals()
boolean org.openkilda.floodlight.pathverification.VerificationPacket.equals |
( |
Object |
obj | ) |
|
◆ getChassisId()
LLDPTLV org.openkilda.floodlight.pathverification.VerificationPacket.getChassisId |
( |
| ) |
|
◆ getOptionalTLVList()
List<LLDPTLV> org.openkilda.floodlight.pathverification.VerificationPacket.getOptionalTLVList |
( |
| ) |
|
◆ getPortId()
LLDPTLV org.openkilda.floodlight.pathverification.VerificationPacket.getPortId |
( |
| ) |
|
◆ getTtl()
LLDPTLV org.openkilda.floodlight.pathverification.VerificationPacket.getTtl |
( |
| ) |
|
◆ hashCode()
int org.openkilda.floodlight.pathverification.VerificationPacket.hashCode |
( |
| ) |
|
◆ serialize()
byte [] org.openkilda.floodlight.pathverification.VerificationPacket.serialize |
( |
| ) |
|
◆ setChassisId()
VerificationPacket org.openkilda.floodlight.pathverification.VerificationPacket.setChassisId |
( |
LLDPTLV |
chassisId | ) |
|
◆ setOptionalTLVList()
VerificationPacket org.openkilda.floodlight.pathverification.VerificationPacket.setOptionalTLVList |
( |
List< LLDPTLV > |
optionalTLVList | ) |
|
◆ setPortId()
VerificationPacket org.openkilda.floodlight.pathverification.VerificationPacket.setPortId |
( |
LLDPTLV |
portId | ) |
|
◆ setTtl()
VerificationPacket org.openkilda.floodlight.pathverification.VerificationPacket.setTtl |
( |
LLDPTLV |
ttl | ) |
|
◆ toString()
String org.openkilda.floodlight.pathverification.VerificationPacket.toString |
( |
| ) |
|
◆ chassisId
LLDPTLV org.openkilda.floodlight.pathverification.VerificationPacket.chassisId |
|
protected |
◆ ethType
EthType org.openkilda.floodlight.pathverification.VerificationPacket.ethType |
|
protected |
◆ optionalTLVList
List<LLDPTLV> org.openkilda.floodlight.pathverification.VerificationPacket.optionalTLVList |
|
protected |
◆ portId
LLDPTLV org.openkilda.floodlight.pathverification.VerificationPacket.portId |
|
protected |
◆ ttl
LLDPTLV org.openkilda.floodlight.pathverification.VerificationPacket.ttl |
|
protected |
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/src/floodlight-modules/src/main/java/org/openkilda/floodlight/pathverification/VerificationPacket.java