Uses of Class
org.astrogrid.samp.bridge.ProxyManager
-
Packages that use ProxyManager Package Description org.astrogrid.samp.bridge Classes for the SAMP Bridge. -
-
Uses of ProxyManager in org.astrogrid.samp.bridge
Fields in org.astrogrid.samp.bridge declared as ProxyManager Modifier and Type Field Description private ProxyManagerProxyManager.ProxyCallableClient. localManager_private ProxyManager[]Bridge. proxyManagers_private ProxyManagerProxyManager.ProxyCallableClient. remoteManager_private ProxyManager[]ProxyManager. remoteManagers_Methods in org.astrogrid.samp.bridge with parameters of type ProxyManager Modifier and Type Method Description private intProxyManager. getManagerIndex(ProxyManager remoteManager)Returns the index by which this manager labels a given remote proxy manager.private HubConnectionProxyManager. getProxyConnection(ProxyManager remoteManager, java.lang.String localClientId)Returns the connection on the hub associated with a remote proxy manager which is the proxy for a given local client.voidProxyManager. init(ProxyManager[] allManagers)Prepares this manager for use by informing it about all its sibling managers.private booleanProxyManager. isProxy(Client client, ProxyManager remoteManager)Determines whether a given local client is a proxy controlled by a given remote ProxyManager.private voidProxyManager. removeProxyConnection(ProxyManager remoteManager, java.lang.String localClientId)Deletes the record of the connection on the hub associated with a remote proxy manager which is the proxy for a given local client.Constructors in org.astrogrid.samp.bridge with parameters of type ProxyManager Constructor Description ProxyCallableClient(Client localClient, HubConnection remoteProxy, ProxyManager remoteManager)Constructor.
-