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.
|
org.astrogrid.samp.hub |
Classes required only for running a SAMP hub.
|
org.astrogrid.samp.test |
Classes for testing.
|
org.astrogrid.samp.web |
Classes relating to the SAMP Web Profile.
|
org.astrogrid.samp.xmlrpc |
Classes relating to Standard Profile and XML-RPC pluggable implementation layer.
|
Modifier and Type | Field and Description |
---|---|
private ClientProfile |
ProxyManager.localProfile_ |
Modifier and Type | Method and Description |
---|---|
ClientProfile |
ProxyManager.getProfile()
Returns the profile for this manager's local hub.
|
ClientProfile[] |
Bridge.getProfiles()
Returns the client profiles which define the hubs this bridge links.
|
Constructor and Description |
---|
Bridge(ClientProfile[] profiles)
Constructor.
|
ProxyManager(ClientProfile localProfile,
UtilServer server)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private ClientProfile |
HubConnector.profile_ |
private static ClientProfile |
DefaultClientProfile.profile_ |
Modifier and Type | Method and Description |
---|---|
static ClientProfile |
DefaultClientProfile.getProfile()
Returns a ClientProfile instance suitable for general purpose use.
|
Modifier and Type | Method and Description |
---|---|
static void |
DefaultClientProfile.setProfile(ClientProfile profile)
Sets the profile object which will be returned by
DefaultClientProfile.getProfile() . |
Constructor and Description |
---|
HubConnector(ClientProfile profile)
Constructs a HubConnector based on a given profile instance.
|
HubConnector(ClientProfile profile,
TrackedClientSet clientSet)
Constructs a HubConnector based on a given profile instance
using a custom client set implementation.
|
Constructor and Description |
---|
GuiHubConnector(ClientProfile profile)
Constructs a hub connector based on a given profile instance.
|
HubMonitor(ClientProfile profile,
boolean trackMessages,
int autoSec)
Constructor.
|
MessageTrackerHubConnector(ClientProfile profile)
Constructs a hub connector with default message tracker GUI expiry times.
|
MessageTrackerHubConnector(ClientProfile profile,
int listRemoveDelay,
int tableRemoveDelay,
int tableMaxRows)
Constructs a hub connector with specified message tracker GUI
expiry times.
|
Modifier and Type | Field and Description |
---|---|
private ClientProfile |
FacadeHubService.profile_ |
Modifier and Type | Method and Description |
---|---|
void |
HubProfile.start(ClientProfile profile)
Starts this profile's activity allowing access to a given supplier of
hub connections.
|
Constructor and Description |
---|
FacadeHubService(ClientProfile profile)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private ClientProfile |
CalcStorm.profile_ |
private ClientProfile |
HubTester.profile_ |
Constructor and Description |
---|
CalcStorm(ClientProfile profile,
java.util.Random random,
int nClient,
int nQuery,
Calculator.SendMode sendMode)
Constructor.
|
HubTester(ClientProfile profile)
Constructor.
|
Snooper(ClientProfile profile,
Subscriptions subs,
Metadata meta,
java.io.OutputStream out,
int autoSec)
Constructor using custom metadata.
|
Snooper(ClientProfile profile,
Subscriptions subs,
java.io.OutputStream out,
int autoSec)
Constructor using default metadata.
|
Modifier and Type | Class and Description |
---|---|
class |
WebClientProfile
ClientProfile implementation for Web Profile.
|
Modifier and Type | Field and Description |
---|---|
private ClientProfile |
WebHubXmlRpcHandler.WebHubActorImpl.profile_ |
Modifier and Type | Method and Description |
---|---|
void |
WebHubProfile.start(ClientProfile profile) |
Constructor and Description |
---|
WebHubActorImpl(ClientProfile profile,
ClientAuthorizer auth,
KeyGenerator keyGen,
java.net.URL baseUrl,
UrlTracker urlTracker)
Constructor.
|
WebHubXmlRpcHandler(ClientProfile profile,
ClientAuthorizer auth,
KeyGenerator keyGen,
java.net.URL baseUrl,
UrlTracker urlTracker)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardClientProfile
Standard Profile implementation of ClientProfile.
|
Modifier and Type | Field and Description |
---|---|
private ClientProfile |
HubXmlRpcHandler.HubActorImpl.profile_ |
Modifier and Type | Method and Description |
---|---|
void |
StandardHubProfile.start(ClientProfile profile) |
Constructor and Description |
---|
HubActorImpl(SampXmlRpcClientFactory xClientFactory,
ClientProfile profile,
java.lang.String secret,
KeyGenerator keyGen)
Constructor.
|
HubXmlRpcHandler(SampXmlRpcClientFactory xClientFactory,
ClientProfile profile,
java.lang.String secret,
KeyGenerator keyGen)
Constructor.
|