Uses of Interface
org.astrogrid.samp.httpd.ServerResource
Packages that use ServerResource
Package
Description
Standalone HTTP server.
Classes relating to the SAMP Web Profile.
-
Uses of ServerResource in org.astrogrid.samp.httpd
Methods in org.astrogrid.samp.httpd with parameters of type ServerResourceModifier and TypeMethodDescriptionResourceHandler.addResource
(String name, ServerResource resource) Adds a resource to this server. -
Uses of ServerResource in org.astrogrid.samp.web
Constructors in org.astrogrid.samp.web with parameters of type ServerResourceModifierConstructorDescriptionOpenPolicyResourceHandler
(String policyPath, ServerResource policyResource, OriginAuthorizer authorizer) Constructor.