public interface ConnectionDetails
Modifier and Type | Method and Description |
---|---|
int |
auxId()
Returns the auxiliary id (u8) of this connection.
|
DataPathId |
dpid()
The id of the datapath to which this is a connection.
|
OfmFeaturesReply |
features()
Returns the OpenFlow FEATURES_REPLY message that the datapath
issued during its handshake with the controller (on this connection).
|
OfmHello |
helloIn()
A reference to the OpenFlow HELLO message received by the
controller from the datapath.
|
OfmHello |
helloOut()
A reference to the OpenFlow HELLO message sent from the
controller to the datapath.
|
long |
lastMessageAt()
Returns the time of the last message received from the datapath
(on this connection).
|
ProtocolVersion |
negotiated()
Returns the version of the OpenFlow protocol that the datapath
has negotiated with the controller, via the exchange of HELLO
messages.
|
long |
readyAt()
Returns the time at which the datapath completed the handshake
with the controller (on this connection).
|
IpAddress |
remoteAddress()
Returns the IP address of the switch (on this connection).
|
PortNumber |
remotePort()
Returns the TCP port (on this connection).
|
DataPathId dpid()
OfmHello helloOut()
null
until the
message has been sent.OfmHello helloIn()
null
until the
message has been received.ProtocolVersion negotiated()
OfmFeaturesReply features()
int auxId()
long readyAt()
long lastMessageAt()
IpAddress remoteAddress()
PortNumber remotePort()
Copyright © 2015. All Rights Reserved.