Uses of Class
org.astrogrid.samp.Response
-
Packages that use Response Package Description org.astrogrid.samp Classes common to SAMP hub and client code.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 Response in org.astrogrid.samp
Methods in org.astrogrid.samp that return Response Modifier and Type Method Description static ResponseResponse. asResponse(java.util.Map map)Returns a map as a Response object.static ResponseResponse. createErrorResponse(ErrInfo errinfo)Returns a new response which is an error.static ResponseResponse. createSuccessResponse(java.util.Map result)Returns a new response which is a success. -
Uses of Response in org.astrogrid.samp.bridge
Methods in org.astrogrid.samp.bridge with parameters of type Response Modifier and Type Method Description voidProxyManager.ProxyCallableClient. receiveResponse(java.lang.String remoteResponderId, java.lang.String remoteMsgTag, Response response) -
Uses of Response in org.astrogrid.samp.client
Methods in org.astrogrid.samp.client that return Response Modifier and Type Method Description ResponseHubConnection. callAndWait(java.lang.String recipientId, java.util.Map msg, int timeout)Sends a message synchronously to a client, waiting for the response.ResponseHubConnector. callAndWait(java.lang.String recipientId, java.util.Map msg, int timeout)Sends a message synchronously to a client, waiting for the response.protected ResponseAbstractMessageHandler. createResponse(java.util.Map processOutput)Invoked byreceiveCallto create a success response from the result of callingprocessCall.Methods in org.astrogrid.samp.client with parameters of type Response Modifier and Type Method Description voidHubConnector.CallItem. addResponse(java.lang.String responderId, Response response)Take delivery of a response object.private voidHubConnector.CallItem. processResponse(java.lang.String responderId, Response response)Process a response when we have both the list of recipients and the response itself.voidCallableClient. receiveResponse(java.lang.String responderId, java.lang.String msgTag, Response response)Receives a response to a message previously sent by this client.voidHubConnector.CallHandler. receiveResponse(HubConnection connection, java.lang.String responderId, java.lang.String msgTag, Response response)voidHubConnector.ConnectorCallableClient. receiveResponse(java.lang.String responderId, java.lang.String msgTag, Response response)voidResponseHandler. receiveResponse(HubConnection connection, java.lang.String responderId, java.lang.String msgTag, Response response)Processes a response to an earlier message.voidLogResultHandler. result(Client client, Response response)voidResultHandler. result(Client responder, Response response)Called when a response is received from a client to which the message was sent. -
Uses of Response in org.astrogrid.samp.gui
Fields in org.astrogrid.samp.gui declared as Response Modifier and Type Field Description (package private) ResponsePopupResultHandler.ClientHandler. response_private ResponseTransmission. response_Methods in org.astrogrid.samp.gui that return Response Modifier and Type Method Description ResponseMessageTrackerHubConnector.MessageTrackerHubConnection. callAndWait(java.lang.String recipientId, java.util.Map msg, int timeout)ResponseWrapperHubConnection. callAndWait(java.lang.String recipientId, java.util.Map msg, int timeout)ResponseTransmission. getResponse()Returns the response for this transmission.Methods in org.astrogrid.samp.gui with parameters of type Response Modifier and Type Method Description voidMessageTrackerHubConnector.CallAllHandler. addResponse(java.lang.String responderId, Response response)Supplies a response to the callAll invocation handled by this object.private voidAbstractCallActionManager.CallResponseHandler. processResponse(java.lang.String tag, AbstractCallActionManager.TagInfo info, java.lang.String responderId, Response response)Does the work of passing on a received response to a registered result handler.private voidMessageTrackerHubConnector.CallAllHandler. processResponse(java.lang.String responderId, Response response)Does the work of passing a received response to the relevant member of the transmission list.voidAbstractCallActionManager.CallResponseHandler. receiveResponse(HubConnection connection, java.lang.String responderId, java.lang.String tag, Response response)voidMessageTrackerHubConnector.MessageTrackerCallableClient. receiveResponse(java.lang.String responderId, java.lang.String msgTag, Response response)voidMessageTrackerHubService.MessageTrackerCallableClient. receiveResponse(java.lang.String responderId, java.lang.String msgTag, Response response)voidPopupResultHandler.ClientHandler. result(Response response)Updates status according to a received response.voidPopupResultHandler. result(Client client, Response response)private voidMessageTrackerHubConnector. scheduleSetResponse(Transmission trans, Response response)Schedules a response to be registered for a previously added transmission.voidTransmission. setResponse(Response response)Sets the response for this transmission. -
Uses of Response in org.astrogrid.samp.hub
Methods in org.astrogrid.samp.hub that return Response Modifier and Type Method Description protected ResponseBasicHubService. callAndWait(HubClient caller, java.lang.String recipientId, java.util.Map message, int timeout)Does the work for thecallAndWaitmethod of connections registered with this service.ResponseWrapperHubConnection. callAndWait(java.lang.String recipientId, java.util.Map msg, int timeout)Methods in org.astrogrid.samp.hub with parameters of type Response Modifier and Type Method Description voidHubCallableClient. receiveResponse(java.lang.String responderId, java.lang.String msgTag, Response response)voidHubClient.NoCallableClient. receiveResponse(java.lang.String responderId, java.lang.String msgId, Response response) -
Uses of Response in org.astrogrid.samp.test
Methods in org.astrogrid.samp.test that return Response Modifier and Type Method Description ResponseReplyCollector. getReply(java.lang.String responderId, java.lang.String msgTag)Gets the reply to a message sent earlier usingcallorcallAll.ResponseReplyCollector. waitForReply(java.lang.String responderId, java.lang.String msgTag)Waits for a reply to a message sent earlier usingcallorcallAll.Methods in org.astrogrid.samp.test with parameters of type Response Modifier and Type Method Description voidCalculator.CalcRequest. checkResponse(Response response)Checks that the given response is correct for this request.voidCalculator. receiveResponse(java.lang.String senderId, java.lang.String msgTag, Response response)voidHubTester.ClientWatcher. receiveResponse(java.lang.String responderId, java.lang.String msgTag, Response response)voidMessageSender.AsynchSender.Collector. receiveResponse(java.lang.String responderId, java.lang.String msgTag, Response response)voidReplyCollector. receiveResponse(java.lang.String responderId, java.lang.String msgTag, Response response) -
Uses of Response in org.astrogrid.samp.web
Methods in org.astrogrid.samp.web that return Response Modifier and Type Method Description ResponseUrlTrackerHubConnection. callAndWait(java.lang.String recipientId, java.util.Map msg, int timeout)Methods in org.astrogrid.samp.web with parameters of type Response Modifier and Type Method Description voidUrlTrackerHubConnection.UrlTrackerCallableClient. receiveResponse(java.lang.String responderId, java.lang.String msgTag, Response response)voidWebCallableClient. receiveResponse(java.lang.String responderId, java.lang.String msgTag, Response response) -
Uses of Response in org.astrogrid.samp.xmlrpc
Methods in org.astrogrid.samp.xmlrpc that return Response Modifier and Type Method Description ResponseXmlRpcHubConnection. callAndWait(java.lang.String recipientId, java.util.Map msg, int timeout)Methods in org.astrogrid.samp.xmlrpc with parameters of type Response Modifier and Type Method Description voidXmlRpcCallableClient. receiveResponse(java.lang.String responderId, java.lang.String msgTag, Response response)
-