Package org.opendaylight.ovsdb.lib
Class OvsdbConnectionInfo
- java.lang.Object
-
- org.opendaylight.ovsdb.lib.OvsdbConnectionInfo
-
public class OvsdbConnectionInfo extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOvsdbConnectionInfo.ConnectionTypestatic classOvsdbConnectionInfo.SocketConnectionType
-
Constructor Summary
Constructors Constructor Description OvsdbConnectionInfo(io.netty.channel.Channel channel, OvsdbConnectionInfo.ConnectionType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)CertificategetCertificate()InetAddressgetLocalAddress()intgetLocalPort()InetAddressgetRemoteAddress()intgetRemotePort()OvsdbConnectionInfo.ConnectionTypegetType()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
OvsdbConnectionInfo
public OvsdbConnectionInfo(io.netty.channel.Channel channel, OvsdbConnectionInfo.ConnectionType type)
-
-
Method Detail
-
getRemoteAddress
public InetAddress getRemoteAddress()
-
getRemotePort
public int getRemotePort()
-
getLocalAddress
public InetAddress getLocalAddress()
-
getLocalPort
public int getLocalPort()
-
getType
public OvsdbConnectionInfo.ConnectionType getType()
-
getCertificate
public Certificate getCertificate() throws SSLPeerUnverifiedException
- Throws:
SSLPeerUnverifiedException
-
-