Uses of Interface
org.astrogrid.samp.client.MessageHandler
-
Packages that use MessageHandler Package Description org.astrogrid.samp.client Classes required only for SAMP clients.org.astrogrid.samp.hub Classes required only for running a SAMP hub. -
-
Uses of MessageHandler in org.astrogrid.samp.client
Classes in org.astrogrid.samp.client that implement MessageHandler Modifier and Type Class Description class
AbstractMessageHandler
Partial implementation of MessageHandler interface which helps to ensure correct client behaviour.(package private) class
ClientTracker
Message handler which watches hub event messages to keep track of what clients are currently registered and what their attributes are on behalf of the hub.Methods in org.astrogrid.samp.client with parameters of type MessageHandler Modifier and Type Method Description void
HubConnector. addMessageHandler(MessageHandler handler)
Adds a MessageHandler to this connector, which allows it to respond to incoming messages.void
HubConnector. removeMessageHandler(MessageHandler handler)
Removes a previously-added MessageHandler to this connector. -
Uses of MessageHandler in org.astrogrid.samp.hub
Classes in org.astrogrid.samp.hub that implement MessageHandler Modifier and Type Class Description (package private) class
MetaQueryMessageHandler
Implements MType for querying registered clients by metadata item.(package private) class
PingMessageHandler
Implements samp.app.ping MType.
-