Package | Description |
---|---|
org.astrogrid.samp.client |
Classes required only for SAMP clients.
|
org.astrogrid.samp.hub |
Classes required only for running a SAMP hub.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
MetaQueryMessageHandler
Implements MType for querying registered clients by metadata item.
|
(package private) class |
PingMessageHandler
Implements samp.app.ping MType.
|