public interface DataPathDetails extends DataPathInfo
DataPathInfo
to provide additional information
about an OpenFlow datapath; specifically, details of the
currently available network connections.Modifier and Type | Method and Description |
---|---|
Map<Integer,ConnectionDetails> |
connections()
An aggregation of all currently available connections to the
datapath.
|
ConnectionDetails |
mainConnection()
The "main" connection; that is, the connection with auxiliary id == 0.
|
capabilities, datapathDescription, deviceTypeName, dpid, hardwareDescription, lastMessageAt, manufacturerDescription, negotiated, numBuffers, numTables, ports, readyAt, remoteAddress, remotePort, serialNumber, softwareDescription
Map<Integer,ConnectionDetails> connections()
ConnectionDetails mainConnection()
Copyright © 2015. All Rights Reserved.