Uses of Class
org.astrogrid.samp.Message
Packages that use Message
Package
Description
Classes common to SAMP hub and client code.
Classes required only for SAMP clients.
Classes required only for graphical components based on SAMP classes.
Classes for testing.
-
Uses of Message in org.astrogrid.samp
Methods in org.astrogrid.samp that return Message -
Uses of Message in org.astrogrid.samp.client
Methods in org.astrogrid.samp.client with parameters of type MessageModifier and TypeMethodDescriptionabstract Map
AbstractMessageHandler.processCall
(HubConnection connection, String senderId, Message message) Implements message processing.void
AbstractMessageHandler.receiveCall
(HubConnection connection, String senderId, String msgId, Message message) CallsAbstractMessageHandler.processCall(org.astrogrid.samp.client.HubConnection, java.lang.String, org.astrogrid.samp.Message)
, generates a response from the result usingAbstractMessageHandler.createResponse(java.util.Map)
, and sends the resulting response as a reply to the hub.void
CallableClient.receiveCall
(String senderId, String msgId, Message message) Receives a message for which a response is required.void
MessageHandler.receiveCall
(HubConnection connection, String senderId, String msgId, Message message) Processes a message which does require a response.void
AbstractMessageHandler.receiveNotification
(HubConnection connection, String senderId, Message message) CallsAbstractMessageHandler.processCall(org.astrogrid.samp.client.HubConnection, java.lang.String, org.astrogrid.samp.Message)
and discards the result.void
CallableClient.receiveNotification
(String senderId, Message message) Receives a message for which no response is required.void
MessageHandler.receiveNotification
(HubConnection connection, String senderId, Message message) Processes a message which does not require a response.Constructors in org.astrogrid.samp.client with parameters of type Message -
Uses of Message in org.astrogrid.samp.gui
Methods in org.astrogrid.samp.gui that return MessageMethods in org.astrogrid.samp.gui with parameters of type MessageModifier and TypeMethodDescriptionprotected ResultHandler
AbstractCallActionManager.createResultHandler
(HubConnection connection, Message msg, Client[] recipients) Returns an object which will be informed of the results of a single- or multiple-recipient send as they arrive.protected void
NotifyActionManager.messageSent
(HubConnection connection, Message msg, Client[] recipients) Called when a message has been sent by this object.Constructors in org.astrogrid.samp.gui with parameters of type Message -
Uses of Message in org.astrogrid.samp.test
Methods in org.astrogrid.samp.test with parameters of type MessageModifier and TypeMethodDescriptionvoid
Calculator.receiveCall
(String senderId, String msgId, Message msg) void
Calculator.receiveNotification
(String senderId, Message msg) -
Uses of Message in org.astrogrid.samp.util
Methods in org.astrogrid.samp.util that return MessageModifier and TypeMethodDescriptionResourceType.createMessage
(URL url) Returns a Message object that will forward a given URL to SAMP clients.