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.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 RegInfo |
RegInfo.asRegInfo(java.util.Map map)
Returns a given map as a RegInfo.
|
Modifier and Type | Method and Description |
---|---|
RegInfo |
HubConnection.getRegInfo()
Returns the registration information associated with this connection.
|
Modifier and Type | Method and Description |
---|---|
RegInfo |
WrapperHubConnection.getRegInfo() |
Modifier and Type | Method and Description |
---|---|
RegInfo |
WrapperHubConnection.getRegInfo() |
Modifier and Type | Method and Description |
---|---|
RegInfo |
UrlTrackerHubConnection.getRegInfo() |
RegInfo |
WebHubXmlRpcHandler.WebHubActorImpl.register(HttpServer.Request request,
java.util.Map securityMap)
Attempt client registration.
|
Modifier and Type | Field and Description |
---|---|
private RegInfo |
XmlRpcHubConnection.regInfo_ |
Modifier and Type | Method and Description |
---|---|
RegInfo |
XmlRpcHubConnection.getRegInfo() |