Package | Description |
---|---|
org.astrogrid.samp.bridge |
Classes for the SAMP Bridge.
|
org.astrogrid.samp.httpd |
Standalone HTTP server.
|
org.astrogrid.samp.web |
Classes relating to the SAMP Web Profile.
|
org.astrogrid.samp.xmlrpc.internal |
Implementation of pluggable XML-RPC layer which requires
no external dependencies.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
IconAdjuster
HttpServer handler for turning the URL of one icon into the URL of
another, related icon.
|
private class |
ProxyManager.ProxyIconAdjuster
Class which can turn a client's icon into the icon for the proxy of
the same client.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiURLMapperHandler
Handler implementation which allows the server to serve multiple
separate resources which are available to it, but not necessarily to
external clients, as URLs.
|
class |
ResourceHandler
Handler implementation which implements dynamic resource provision.
|
class |
URLMapperHandler
Handler implementation which allows the server to serve resources which
are available to it as URLs.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpServer.addHandler(HttpServer.Handler handler)
Adds a handler which can serve some requests going through this server.
|
void |
HttpServer.removeHandler(HttpServer.Handler handler)
Removes a handler previously added by
HttpServer.addHandler(org.astrogrid.samp.httpd.HttpServer.Handler) . |
Modifier and Type | Class and Description |
---|---|
class |
OpenPolicyResourceHandler
HTTP resource handler suitable for serving static cross-origin policy files.
|
private static class |
WebHubXmlRpcHandler.URLTranslationHandler
HTTP handler which provides URL translation services for sandboxed
clients.
|
Modifier and Type | Method and Description |
---|---|
static HttpServer.Handler |
OpenPolicyResourceHandler.createFlashPolicyHandler(OriginAuthorizer oAuth)
Returns a handler which can serve the /crossdomain.xml file
used by Adobe Flash.
|
static HttpServer.Handler |
OpenPolicyResourceHandler.createPolicyHandler(java.lang.String path,
java.net.URL contentUrl,
java.lang.String contentType,
OriginAuthorizer oAuth)
Creates a handler suitable for serving static cross-origin policy files.
|
static HttpServer.Handler |
OpenPolicyResourceHandler.createSilverlightPolicyHandler(OriginAuthorizer oAuth)
Returns a handler which can serve the /clientaccesspolicy.xml file
used by Microsoft Silverlight.
|
HttpServer.Handler |
WebHubXmlRpcHandler.getUrlTranslationHandler()
Returns a handler suitable for performing URL translations on behalf
of sandboxed clients as required by the Web Profile.
|
HttpServer.Handler |
WebHubXmlRpcHandler.WebHubActorImpl.getUrlTranslationHandler()
Returns a handler suitable for performing URL translations on behalf
of sandboxed clients as required by the Web Profile.
|
Modifier and Type | Field and Description |
---|---|
private HttpServer.Handler |
InternalServer.serverHandler_ |