| Package | Description |
|---|---|
| org.astrogrid.samp.httpd |
Standalone HTTP server.
|
| org.astrogrid.samp.web |
Classes relating to the SAMP Web Profile.
|
| Modifier and Type | Field and Description |
|---|---|
private static ServerResource |
ResourceHandler.EXPIRED
Dummy resource indicating a withdrawn item.
|
| Modifier and Type | Method and Description |
|---|---|
java.net.URL |
ResourceHandler.addResource(java.lang.String name,
ServerResource resource)
Adds a resource to this server.
|
| Modifier and Type | Field and Description |
|---|---|
private ServerResource |
OpenPolicyResourceHandler.policyResource_ |
| Modifier and Type | Method and Description |
|---|---|
private static ServerResource |
OpenPolicyResourceHandler.createCachedResource(java.net.URL dataUrl,
java.lang.String contentType)
Returns a ServerResource which caches the contents of a given
(presumably smallish and unchanging) external resource.
|
| Constructor and Description |
|---|
OpenPolicyResourceHandler(java.lang.String policyPath,
ServerResource policyResource,
OriginAuthorizer authorizer)
Constructor.
|