| Package | Description |
|---|---|
| org.astrogrid.samp.web |
Classes relating to the SAMP Web Profile.
|
| Class and Description |
|---|
| AuthResourceBundle
ResourceBundle for internationalising the Web Profile authorization
dialogue.
|
| AuthResourceBundle.Content
Defines the keys and value types required for a bundle of this class.
|
| Callback
Map representing a client callback from the hub.
|
| ClientAuthorizer
Defines authorization functionality which is used to determine whether
a client is permitted to register with the hub.
|
| CorsHttpServer
HttpServer which allows or rejects cross-origin access according to
the W3C Cross-Origin Resource Sharing standard.
|
| OriginAuthorizer
Controls which origins are authorized to perform cross-origin access
to resources.
|
| UrlTracker
Keeps track of which URLs have been seen in communications inbound to
and outbound from Web Profile clients.
|
| WebCallableClient
CallableClient implementation used internally by the Web Profile hub.
|
| WebClientProfile
ClientProfile implementation for Web Profile.
|
| WebHubActor
Defines the XML-RPC methods which must be implemented by a
Web Profile hub.
|
| WebHubConnection.CallWorker
Thread that performs repeated long polls to pull callbacks from the
hub and passes them on to this connection's CallableClient for
execution.
|
| WebHubProfile.ConfigEnabler
Runnable to be called on the Event Dispatch Thread which sets the
enabledness of the user controls for configuration of this profile.
|
| WebHubProfile.ServerFactory
Creates and configures the HTTP server on which the Web Profile resides.
|
| WebHubXmlRpcHandler.Registration
Utility class to aggregate information about a registered client.
|
| WebHubXmlRpcHandler.URLTranslationHandler
HTTP handler which provides URL translation services for sandboxed
clients.
|
| WebHubXmlRpcHandler.WebHubActorImpl
WebHubActor implementation.
|