| Package | Description |
|---|---|
| org.astrogrid.samp.bridge |
Classes for the SAMP Bridge.
|
| org.astrogrid.samp.client |
Classes required only for SAMP clients.
|
| org.astrogrid.samp.gui |
Classes required only for graphical components based on SAMP classes.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
ProxyManager.ProxyManagerClientSet
TrackedClientSet implementation used by a Proxy Manager.
|
| Modifier and Type | Field and Description |
|---|---|
private TrackedClientSet |
ClientTracker.clientSet_ |
private TrackedClientSet |
HubConnector.clientSet_ |
| Modifier and Type | Method and Description |
|---|---|
protected TrackedClientSet |
HubConnector.getClientSet()
Returns the tracked client set implementation which is used to keep
track of the currently registered clients.
|
| Constructor and Description |
|---|
ClientTracker(TrackedClientSet clientSet)
Constructor.
|
HubConnector(ClientProfile profile,
TrackedClientSet clientSet)
Constructs a HubConnector based on a given profile instance
using a custom client set implementation.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
GuiHubConnector.ListModelTrackedClientSet
TrackedClientSet implementation used by this class.
|