Uses of Interface
org.astrogrid.samp.httpd.ServerResource
-
Packages that use ServerResource Package Description org.astrogrid.samp.httpd Standalone HTTP server.org.astrogrid.samp.web Classes relating to the SAMP Web Profile. -
-
Uses of ServerResource in org.astrogrid.samp.httpd
Fields in org.astrogrid.samp.httpd declared as ServerResource Modifier and Type Field Description private static ServerResource
ResourceHandler. EXPIRED
Dummy resource indicating a withdrawn item.Methods in org.astrogrid.samp.httpd with parameters of type ServerResource Modifier and Type Method Description java.net.URL
ResourceHandler. addResource(java.lang.String name, ServerResource resource)
Adds a resource to this server. -
Uses of ServerResource in org.astrogrid.samp.web
Fields in org.astrogrid.samp.web declared as ServerResource Modifier and Type Field Description private ServerResource
OpenPolicyResourceHandler. policyResource_
Methods in org.astrogrid.samp.web that return ServerResource Modifier and Type Method 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.Constructors in org.astrogrid.samp.web with parameters of type ServerResource Constructor Description OpenPolicyResourceHandler(java.lang.String policyPath, ServerResource policyResource, OriginAuthorizer authorizer)
Constructor.
-