Module proxyinfo

Module proxyinfo 

Source
Expand description

Implement RPC functionality for finding what ports are running as proxies.

StructsΒ§

GetProxyInfo πŸ”’
Get a list of all the currently running proxies.
GetRpcProxyInfo πŸ”’
Get a list of the currently running proxies that are integrated with the RPC system.
Proxy πŸ”’
Representation of a single proxy, as delivered by the RPC API.
ProxyInfo πŸ”’
A representation of the set of proxy addresses available from the RPC API.

EnumsΒ§

GetProxyInfoError πŸ”’
An error encountered while asking for the proxy addresses.
ProxyListener πŸ”’
Representation of a single proxy’s listener location, as delivered by the RPC API.

FunctionsΒ§

rpc_session_get_proxy_info πŸ”’
Implementation for GetProxyInfo on ArtiRpcSession.
rpc_session_get_rpc_proxy_info πŸ”’
Implementation for GetProxyInfo on ArtiRpcSession.