Uses of Interface
org.astrogrid.samp.client.CallableClient
-
Packages that use CallableClient Package Description org.astrogrid.samp.bridge Classes for the SAMP Bridge.org.astrogrid.samp.client Classes required only for SAMP clients.org.astrogrid.samp.gui Classes required only for graphical components based on SAMP classes.org.astrogrid.samp.hub Classes required only for running a SAMP hub.org.astrogrid.samp.test Classes for testing.org.astrogrid.samp.web Classes relating to the SAMP Web Profile.org.astrogrid.samp.xmlrpc Classes relating to Standard Profile and XML-RPC pluggable implementation layer. -
-
Uses of CallableClient in org.astrogrid.samp.bridge
Classes in org.astrogrid.samp.bridge that implement CallableClient Modifier and Type Class Description private classProxyManager.ProxyCallableClientCallableClient implementation used by remote proxy connections on behalf of local clients. -
Uses of CallableClient in org.astrogrid.samp.client
Classes in org.astrogrid.samp.client that implement CallableClient Modifier and Type Class Description private classHubConnector.ConnectorCallableClientCallableClient implementation used by this class.Methods in org.astrogrid.samp.client with parameters of type CallableClient Modifier and Type Method Description voidHubConnection. setCallable(CallableClient callable)Tells the hub how it can perform callbacks on the client by providing a CallableClient object. -
Uses of CallableClient in org.astrogrid.samp.gui
Classes in org.astrogrid.samp.gui that implement CallableClient Modifier and Type Class Description private classMessageTrackerHubConnector.MessageTrackerCallableClientCallableClient wrapper class which intercepts calls to keep track of sent and received messages.private classMessageTrackerHubService.MessageTrackerCallableClientWrapper implementation for the CallableClient class which intercepts calls to update sent and received transmission list models.Fields in org.astrogrid.samp.gui declared as CallableClient Modifier and Type Field Description private CallableClientMessageTrackerHubConnector.MessageTrackerCallableClient. base_private CallableClientMessageTrackerHubService.MessageTrackerCallableClient. base_Methods in org.astrogrid.samp.gui with parameters of type CallableClient Modifier and Type Method Description voidMessageTrackerHubConnector.MessageTrackerHubConnection. setCallable(CallableClient callable)voidMessageTrackerHubService.MessageTrackerHubClient. setCallable(CallableClient callable)voidWrapperHubConnection. setCallable(CallableClient callable)Constructors in org.astrogrid.samp.gui with parameters of type CallableClient Constructor Description MessageTrackerCallableClient(CallableClient base, MessageTrackerHubConnector.MessageTrackerHubConnection connection)Constructor.MessageTrackerCallableClient(CallableClient base, MessageTrackerHubService.MessageTrackerHubClient client)Constructor. -
Uses of CallableClient in org.astrogrid.samp.hub
Classes in org.astrogrid.samp.hub that implement CallableClient Modifier and Type Class Description (package private) classHubCallableClientCallableClient implementation used by the hub client.private classHubClient.NoCallableClientNo-op callback handler implementation.Fields in org.astrogrid.samp.hub declared as CallableClient Modifier and Type Field Description private CallableClientFacadeHubService.FacadeHubConnection. callable_private CallableClientHubClient. callable_Methods in org.astrogrid.samp.hub that return CallableClient Modifier and Type Method Description CallableClientHubClient. getCallable()Returns the callable object which allows this client to receive callbacks.Methods in org.astrogrid.samp.hub with parameters of type CallableClient Modifier and Type Method Description protected voidBasicHubService. setCallable(HubClient caller, CallableClient callable)Does the work for thesetCallablemethod of connections registered with this service.voidFacadeHubService.FacadeHubConnection. setCallable(CallableClient callable)voidHubClient. setCallable(CallableClient callable)Sets the callable object which allows this client to receive callbacks.voidWrapperHubConnection. setCallable(CallableClient client) -
Uses of CallableClient in org.astrogrid.samp.test
Classes in org.astrogrid.samp.test that implement CallableClient Modifier and Type Class Description classCalculatorTest client.private static classHubTester.ClientWatcherCallableClient implementation which watches hub.event messages concerning the registration and attributes of other clients.private static classHubTester.TestCallableClientCallableClient implementation for testing.private static classMessageSender.AsynchSender.CollectorCallableClient implementation which collects asynchronous message responses.(package private) classReplyCollectorPartial implementation ofCallableClientwhich handles thereceiveReplymethod. -
Uses of CallableClient in org.astrogrid.samp.web
Classes in org.astrogrid.samp.web that implement CallableClient Modifier and Type Class Description private classUrlTrackerHubConnection.UrlTrackerCallableClientCallableClient wrapper implementation which intercepts communications, scans the payloads for URLs, and informs an associated UrlTracker.(package private) classWebCallableClientCallableClient implementation used internally by the Web Profile hub.Fields in org.astrogrid.samp.web declared as CallableClient Modifier and Type Field Description private CallableClientUrlTrackerHubConnection.UrlTrackerCallableClient. baseCallable_private CallableClientWebHubConnection.CallWorker. client_Methods in org.astrogrid.samp.web with parameters of type CallableClient Modifier and Type Method Description (package private) abstract voidClientCallbackOperation. dispatch(CallableClient client, java.util.List paramList)Makes a call to a callable client of the method represented by this operation with a given list of parameters.static voidClientCallbackOperation. invoke(Callback callback, CallableClient client)Dispatches a callback to a CallableClient.voidUrlTrackerHubConnection. setCallable(CallableClient callable)voidWebHubConnection. setCallable(CallableClient client)Constructors in org.astrogrid.samp.web with parameters of type CallableClient Constructor Description CallWorker(XmlRpcHubConnection xconn, CallableClient client, java.lang.String appName)Constructor.UrlTrackerCallableClient(CallableClient baseCallable)Constructor. -
Uses of CallableClient in org.astrogrid.samp.xmlrpc
Classes in org.astrogrid.samp.xmlrpc that implement CallableClient Modifier and Type Class Description (package private) classXmlRpcCallableClientCallableClient implementation used to communicate with XML-RPC-based callable clients.Fields in org.astrogrid.samp.xmlrpc declared as CallableClient Modifier and Type Field Description (package private) CallableClientClientXmlRpcHandler.Entry. callable_Methods in org.astrogrid.samp.xmlrpc with parameters of type CallableClient Modifier and Type Method Description voidCallableClientServer. addClient(HubConnection connection, CallableClient callable)Adds a CallableClient object to this server.voidClientXmlRpcHandler. addClient(HubConnection connection, CallableClient callable)Adds a CallableClient object to this server.voidStandardHubConnection. setCallable(CallableClient callable)Constructors in org.astrogrid.samp.xmlrpc with parameters of type CallableClient Constructor Description Entry(HubConnection connection, CallableClient callable)Constructor.
-