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 class
OvsdbConnectionInfo.ConnectionType
static class
OvsdbConnectionInfo.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 boolean
equals(Object obj)
Certificate
getCertificate()
InetAddress
getLocalAddress()
int
getLocalPort()
InetAddress
getRemoteAddress()
int
getRemotePort()
OvsdbConnectionInfo.ConnectionType
getType()
int
hashCode()
String
toString()
-
-
-
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
-
-