| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Subscriptions | Subscriptions. asSubscriptions(Map map)Returns a given map in the form of a Subscriptions object. | 
| Subscriptions | Client. getSubscriptions()Returns the currently declared subscriptions for this client, if any. | 
| Modifier and Type | Method and Description | 
|---|---|
| Subscriptions | HubConnector. computeSubscriptions()Works out the subscriptions map for this connector. | 
| Subscriptions | HubConnector. getSubscriptions()Returns this client's own subscriptions. | 
| Subscriptions | HubConnection. getSubscriptions(String clientId)Returns the subscriptions for another registered client. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClientPanel. setSubscriptions(Subscriptions subs)Updates this component's subscriptions panel to display the current
 state of a given subscriptions object. | 
| Modifier and Type | Method and Description | 
|---|---|
| Subscriptions | HubClient. getSubscriptions() | 
| protected Subscriptions | BasicHubService. getSubscriptions(HubClient caller,
                String clientId)Does the work for the  getSubscriptionsmethod of connections
 registered with this service. | 
| Constructor and Description | 
|---|
| Snooper(ClientProfile profile,
       Subscriptions subs,
       Metadata meta,
       OutputStream out,
       int autoSec)Constructor using custom metadata. | 
| Snooper(ClientProfile profile,
       Subscriptions subs,
       OutputStream out,
       int autoSec)Constructor using default metadata. | 
| Modifier and Type | Method and Description | 
|---|---|
| Subscriptions | XmlRpcHubConnection. getSubscriptions(String clientId) | 
Copyright © 2008–2024. All rights reserved.