public class OvsdbConnectionInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OvsdbConnectionInfo.ConnectionType |
static class |
OvsdbConnectionInfo.SocketConnectionType |
Constructor and Description |
---|
OvsdbConnectionInfo(io.netty.channel.Channel channel,
OvsdbConnectionInfo.ConnectionType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Certificate |
getCertificate() |
InetAddress |
getLocalAddress() |
int |
getLocalPort() |
InetAddress |
getRemoteAddress() |
int |
getRemotePort() |
OvsdbConnectionInfo.ConnectionType |
getType() |
int |
hashCode() |
String |
toString() |
public OvsdbConnectionInfo(io.netty.channel.Channel channel, OvsdbConnectionInfo.ConnectionType type)
public InetAddress getRemoteAddress()
public int getRemotePort()
public InetAddress getLocalAddress()
public int getLocalPort()
public OvsdbConnectionInfo.ConnectionType getType()
public Certificate getCertificate() throws SSLPeerUnverifiedException
SSLPeerUnverifiedException
Copyright © 2018 OpenDaylight. All rights reserved.