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, dpDesc, dpid, lastMessageAt, negotiated, numBuffers, numTables, ports, readyAt, remoteAddress, remotePort, setDpDescMap<Integer,ConnectionDetails> connections()
ConnectionDetails mainConnection()
Copyright © 2014. All Rights Reserved.