Uses of Interface
org.opendaylight.ovsdb.lib.message.OvsdbRPC
-
Packages that use OvsdbRPC Package Description org.opendaylight.ovsdb.lib.impl org.opendaylight.ovsdb.lib.jsonrpc -
-
Uses of OvsdbRPC in org.opendaylight.ovsdb.lib.impl
Methods in org.opendaylight.ovsdb.lib.impl with parameters of type OvsdbRPC Modifier and Type Method Description void
OvsdbClientImpl. setRpc(OvsdbRPC rpc)
Constructors in org.opendaylight.ovsdb.lib.impl with parameters of type OvsdbRPC Constructor Description OvsdbClientImpl(OvsdbRPC rpc, io.netty.channel.Channel channel, OvsdbConnectionInfo.ConnectionType type, OvsdbConnectionInfo.SocketConnectionType socketConnType)
-
Uses of OvsdbRPC in org.opendaylight.ovsdb.lib.jsonrpc
Classes in org.opendaylight.ovsdb.lib.jsonrpc that implement OvsdbRPC Modifier and Type Class Description class
JsonRpcEndpoint
-