| Class and Description |
|---|
| org.onlab.util.HexDump
in 1.11.0
|
| Method and Description |
|---|
| org.onlab.util.SlidingWindowCounter.get(int)
since 1.12
|
| org.onlab.packet.ONOSLLDP.onosLLDP(String, ChassisId, int)
since 1.15. Insecure, do not use.
|
| org.onlab.packet.ONOSLLDP.onosLLDP(String, ChassisId, int, String)
since 1.15. Insecure, do not use.
|
| org.onlab.util.GuavaCollectors.toImmutableList()
in 1.11.0 consider using
ImmutableList.toImmutableList() instead. |
| org.onlab.util.GuavaCollectors.toImmutableSet()
in 1.11.0 consider using
ImmutableSet.toImmutableSet() instead. |