public interface NetworkNode
| Modifier and Type | Method and Description |
|---|---|
BigPortNumber |
connectedPort()
Returns the port on which the end host is connected.
|
DataPathId |
connectedSwitchDpid()
Returns the datapath identifier of the switch to which the
end host is connected.
|
List<ConnectionPoint> |
connectionPoints()
Returns a list of
connection points where the
end host was heard. |
IpAddress |
ip()
Returns the IP address of the end host.
|
MacAddress |
mac()
Returns the MAC address of the end host.
|
VId |
vid()
Returns the VID to which the end host belongs.
|
IpAddress ip()
DataPathId connectedSwitchDpid()
BigPortNumber connectedPort()
VId vid()
MacAddress mac()
List<ConnectionPoint> connectionPoints()
connection points where the
end host was heard.
Holds the port at which the end host is connected.
Copyright © 2014. All Rights Reserved.