Uses of Class
org.astrogrid.samp.client.AbstractMessageHandler
-
Packages that use AbstractMessageHandler 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 AbstractMessageHandler in org.astrogrid.samp.client
Subclasses of AbstractMessageHandler in org.astrogrid.samp.client Modifier and Type Class Description (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. -
Uses of AbstractMessageHandler in org.astrogrid.samp.hub
Subclasses of AbstractMessageHandler in org.astrogrid.samp.hub 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.Fields in org.astrogrid.samp.hub declared as AbstractMessageHandler Modifier and Type Field Description private AbstractMessageHandler[]
HubCallableClient. handlers_
Methods in org.astrogrid.samp.hub that return AbstractMessageHandler Modifier and Type Method Description protected AbstractMessageHandler[]
BasicHubService. createHubMessageHandlers()
Constructs a list of MessageHandlers to use for the client provided by the Hub.private AbstractMessageHandler
HubCallableClient. getHandler(java.lang.String mtype)
Returns a handler owned by this callable client which can handle a given MType.Constructors in org.astrogrid.samp.hub with parameters of type AbstractMessageHandler Constructor Description HubCallableClient(HubConnection connection, AbstractMessageHandler[] handlers)
Constructs a HubCallableClient with a given set of handlers.
-