Package | Description |
---|---|
org.astrogrid.samp.hub |
Classes required only for running a SAMP hub.
|
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 | Method and Description |
---|---|
static HubProfileFactory[] |
Hub.getKnownHubProfileFactories()
Returns a standard list of known HubProfileFactories.
|
private static HubProfileFactory |
Hub.parseProfileClass(java.lang.String txt)
Parses a string representing a hub profile.
|
static HubProfileFactory[] |
Hub.parseProfileList(java.lang.String listTxt)
Parses a string representing a list of hub profiles.
|
Modifier and Type | Class and Description |
---|---|
class |
WebHubProfileFactory
HubProfileFactory implementation for Web Profile.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardHubProfileFactory
HubProfileFactory implementation for Standard Profile.
|