Package org.opendaylight.ovsdb.lib
Class OvsdbConnectionInfo
java.lang.Object
org.opendaylight.ovsdb.lib.OvsdbConnectionInfo
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum - 
Constructor Summary
ConstructorsConstructorDescriptionOvsdbConnectionInfo(io.netty.channel.Channel channel, OvsdbConnectionInfo.ConnectionType type)  - 
Method Summary
 
- 
Constructor Details
- 
OvsdbConnectionInfo
public OvsdbConnectionInfo(io.netty.channel.Channel channel, OvsdbConnectionInfo.ConnectionType type)  
 - 
 - 
Method Details
- 
getRemoteAddress
 - 
getRemotePort
public int getRemotePort() - 
getLocalAddress
 - 
getLocalPort
public int getLocalPort() - 
getType
 - 
getCertificate
- Throws:
 SSLPeerUnverifiedException
 - 
hashCode
public int hashCode() - 
equals
 - 
toString
 
 -