Uses of Class
monero.common.MoneroRpcConnection
Packages that use MoneroRpcConnection
-
Uses of MoneroRpcConnection in monero.common
Methods in monero.common that return MoneroRpcConnectionModifier and TypeMethodDescriptionMoneroConnectionManager.getBestAvailableConnection
(MoneroRpcConnection... excludedConnections) Get the best available connection in order of priority then response time.MoneroConnectionManager.getConnection()
Get the current connection.MoneroConnectionManager.getConnectionByUri
(String uri) Get a connection by URI.MoneroRpcConnection.setAttribute
(String key, Object value) MoneroRpcConnection.setCredentials
(String username, String password) MoneroRpcConnection.setPriority
(int priority) Set the connection's priority relative to other connections.MoneroRpcConnection.setProxyUri
(String proxyUri) MoneroRpcConnection.setTimeout
(Long timeoutMs) Set the RPC request timeout in milliseconds.Methods in monero.common that return types with arguments of type MoneroRpcConnectionModifier and TypeMethodDescriptionMoneroConnectionManager.getConnections()
Get all connections in order of current connection (if applicable), online status, priority, and name.MoneroConnectionManager.getPeerConnections()
Collect connectable peers of the managed connections.Methods in monero.common with parameters of type MoneroRpcConnectionModifier and TypeMethodDescriptionMoneroConnectionManager.addConnection
(MoneroRpcConnection connection) Add a connection.MoneroConnectionManager.getBestAvailableConnection
(MoneroRpcConnection... excludedConnections) Get the best available connection in order of priority then response time.void
MoneroConnectionManagerListener.onConnectionChanged
(MoneroRpcConnection connection) Notified on connection change events.MoneroConnectionManager.setConnection
(MoneroRpcConnection connection) Set the current connection.Method parameters in monero.common with type arguments of type MoneroRpcConnectionModifier and TypeMethodDescriptionMoneroConnectionManager.startPolling
(Long periodMs, Boolean autoSwitch, Long timeoutMs, MoneroConnectionManager.PollType pollType, Collection<MoneroRpcConnection> excludedConnections) Start polling connections.Constructors in monero.common with parameters of type MoneroRpcConnection -
Uses of MoneroRpcConnection in monero.daemon
Methods in monero.daemon that return MoneroRpcConnectionModifier and TypeMethodDescriptionMoneroDaemonRpc.getRpcConnection()
Get the daemon's RPC connection.Constructors in monero.daemon with parameters of type MoneroRpcConnection -
Uses of MoneroRpcConnection in monero.wallet
Methods in monero.wallet that return MoneroRpcConnectionModifier and TypeMethodDescriptionMoneroWallet.getDaemonConnection()
Get the wallet's daemon connection.MoneroWalletFull.getDaemonConnection()
MoneroWalletRpc.getDaemonConnection()
MoneroWalletRpc.getRpcConnection()
Get the wallet's RPC connection.Methods in monero.wallet with parameters of type MoneroRpcConnectionModifier and TypeMethodDescriptionstatic MoneroWalletFull
MoneroWalletFull.openWallet
(String path, String password, MoneroNetworkType networkType, MoneroRpcConnection daemonConnection) Open an existing wallet using JNI bindings to wallet2.h.static MoneroWalletFull
MoneroWalletFull.openWalletData
(String password, MoneroNetworkType networkType, byte[] keysData, byte[] cacheData, MoneroRpcConnection daemonConnection) Open an existing wallet from byte[] data using JNI bindings to wallet2.hvoid
MoneroWallet.setDaemonConnection
(MoneroRpcConnection daemonConnection) Set the wallet's daemon connectionvoid
MoneroWalletFull.setDaemonConnection
(MoneroRpcConnection daemonConnection) void
MoneroWalletRpc.setDaemonConnection
(MoneroRpcConnection connection) void
MoneroWalletRpc.setDaemonConnection
(MoneroRpcConnection connection, Boolean isTrusted, SslOptions sslOptions) Constructors in monero.wallet with parameters of type MoneroRpcConnection -
Uses of MoneroRpcConnection in monero.wallet.model
Methods in monero.wallet.model that return MoneroRpcConnectionMethods in monero.wallet.model with parameters of type MoneroRpcConnection