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.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.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.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 voidCallableClient. receiveResponse(java.lang.String responderId, java.lang.String msgTag, Response response)Receives a response to a message previously sent by this client.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
Methods in org.astrogrid.samp.gui that return Response Modifier and Type Method Description ResponseTransmission. getResponse()Returns the response for this transmission.Methods in org.astrogrid.samp.gui with parameters of type Response Modifier and Type Method Description voidPopupResultHandler. result(Client client, Response response)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. -
Uses of Response in org.astrogrid.samp.test
Methods in org.astrogrid.samp.test with parameters of type Response Modifier and Type Method Description voidCalculator. receiveResponse(java.lang.String senderId, 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)
-