public interface DataPathEvent extends OpenflowEvent
These events are consumed by DataPathListeners who wish to be
notified when datapaths connect to, or disconnect from, the controller.
The event types associated with this event are:
| Modifier and Type | Method and Description |
|---|---|
DataPathId |
dpid()
Returns the id of the datapath associated with this event.
|
IpAddress |
ip()
Returns the IP address of the datapath (i.e. the remote address
of the network connection from the switch).
|
ProtocolVersion |
negotiated()
Returns the protocol version negotiated between the controller and
the associated datapath.
|
ts, typeDataPathId dpid()
ProtocolVersion negotiated()
IpAddress ip()
Copyright © 2014. All Rights Reserved.