Modifier and Type | Method and Description |
---|---|
OvsdbClient |
HwvtepConnectionManager.connect(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node> iid,
HwvtepGlobalAugmentation hwvtepGlobal) |
OvsdbClient |
HwvtepConnectionManager.getClient(ConnectionInfo connectionInfo) |
OvsdbClient |
HwvtepConnectionInstance.getOvsdbClient() |
Modifier and Type | Method and Description |
---|---|
void |
HwvtepConnectionManager.connected(OvsdbClient externalClient) |
HwvtepConnectionInstance |
HwvtepConnectionManager.connectedButCallBacksNotRegistered(OvsdbClient externalClient) |
static ConnectionInfo |
HwvtepSouthboundMapper.createConnectionInfo(OvsdbClient client) |
static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node> |
HwvtepSouthboundMapper.createInstanceIdentifier(OvsdbClient client) |
void |
HwvtepConnectionManager.disconnected(OvsdbClient client) |
Boolean |
HwvtepConnectionInstance.hasOvsdbClient(OvsdbClient otherClient) |
Modifier and Type | Method and Description |
---|---|
OvsdbClient |
OvsdbConnection.connect(InetAddress address,
int port)
connect API can be used by the applications to initiate Active connection from
the controller towards ovsdb-server.
|
OvsdbClient |
OvsdbConnection.connectWithSsl(InetAddress address,
int port,
SSLContext sslContext)
connect API can be used by the applications to initiate Active ssl
connection from the controller towards ovsdb-server.
|
OvsdbClient |
OvsdbConnection.getClient(io.netty.channel.Channel channel) |
Modifier and Type | Method and Description |
---|---|
Collection<OvsdbClient> |
OvsdbConnection.getConnections()
Returns a Collection of all the active OVSDB Connections.
|
Modifier and Type | Method and Description |
---|---|
void |
OvsdbConnectionListener.connected(OvsdbClient client)
Event thrown to the connection listener when a new Passive connection is established.
|
void |
OvsdbConnection.disconnect(OvsdbClient client)
Method to disconnect an existing connection.
|
void |
OvsdbConnectionListener.disconnected(OvsdbClient client)
Event thrown to the connection listener when an existing connection is terminated.
|
Modifier and Type | Class and Description |
---|---|
class |
OvsdbClientImpl |
Modifier and Type | Method and Description |
---|---|
OvsdbClient |
OvsdbConnectionService.connect(InetAddress address,
int port)
If the SSL flag is enabled, the method internally will establish TLS communication using the default
ODL certificateManager SSLContext and attributes.
|
OvsdbClient |
OvsdbConnectionService.connectWithSsl(InetAddress address,
int port,
SSLContext sslContext) |
OvsdbClient |
OvsdbConnectionService.getClient(io.netty.channel.Channel channel) |
Modifier and Type | Method and Description |
---|---|
Collection<OvsdbClient> |
OvsdbConnectionService.getConnections() |
Modifier and Type | Method and Description |
---|---|
static void |
OvsdbConnectionService.channelClosed(OvsdbClient client) |
void |
StalePassiveConnectionService.clientDisconnected(OvsdbClient disconnectedClient)
Notify the service that the given client has disconnected.
|
void |
OvsdbConnectionService.disconnect(OvsdbClient client) |
void |
StalePassiveConnectionService.handleNewPassiveConnection(OvsdbClient newOvsdbClient,
List<OvsdbClient> clientsFromSameNode)
This method makes sure that all stale connections from the same node are properly cleaned up before processing
new connection request.
|
static void |
OvsdbConnectionService.notifyListenerForPassiveConnection(OvsdbClient client) |
Modifier and Type | Method and Description |
---|---|
void |
StalePassiveConnectionService.handleNewPassiveConnection(OvsdbClient newOvsdbClient,
List<OvsdbClient> clientsFromSameNode)
This method makes sure that all stale connections from the same node are properly cleaned up before processing
new connection request.
|
Constructor and Description |
---|
ChannelConnectionHandler(OvsdbClient client) |
Constructor and Description |
---|
TransactionBuilder(OvsdbClient ovs,
DatabaseSchema schema) |
Modifier and Type | Method and Description |
---|---|
OvsdbClient |
OvsdbConnectionManager.connect(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node> iid,
OvsdbNodeAugmentation ovsdbNode) |
OvsdbClient |
OvsdbConnectionManager.getClient(ConnectionInfo connectionInfo) |
OvsdbClient |
OvsdbConnectionManager.getClient(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node node) |
OvsdbClient |
OvsdbConnectionManager.getClient(OvsdbBridgeAttributes mn) |
OvsdbClient |
OvsdbConnectionInstance.getOvsdbClient() |
Modifier and Type | Method and Description |
---|---|
void |
OvsdbConnectionManager.connected(OvsdbClient externalClient) |
OvsdbConnectionInstance |
OvsdbConnectionManager.connectedButCallBacksNotRegistered(OvsdbClient externalClient) |
static ConnectionInfo |
SouthboundMapper.createConnectionInfo(OvsdbClient client) |
void |
OvsdbConnectionManager.disconnected(OvsdbClient client) |
Boolean |
OvsdbConnectionInstance.hasOvsdbClient(OvsdbClient otherClient) |
Copyright © 2018 OpenDaylight. All rights reserved.