Uses of Interface
org.astrogrid.samp.httpd.HttpServer.Handler
Packages that use HttpServer.Handler
Package
Description
Standalone HTTP server.
Classes relating to the SAMP Web Profile.
-
Uses of HttpServer.Handler in org.astrogrid.samp.httpd
Classes in org.astrogrid.samp.httpd that implement HttpServer.HandlerModifier and TypeClassDescriptionclass
Handler implementation which allows the server to serve a directory full of resources.class
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
Handler implementation which implements dynamic resource provision.class
Handler implementation which allows the server to serve resources which are available to it as URLs.Methods in org.astrogrid.samp.httpd with parameters of type HttpServer.HandlerModifier and TypeMethodDescriptionvoid
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 byHttpServer.addHandler(org.astrogrid.samp.httpd.HttpServer.Handler)
. -
Uses of HttpServer.Handler in org.astrogrid.samp.web
Classes in org.astrogrid.samp.web that implement HttpServer.HandlerModifier and TypeClassDescriptionclass
HTTP resource handler suitable for serving static cross-origin policy files.Methods in org.astrogrid.samp.web that return HttpServer.HandlerModifier and TypeMethodDescriptionstatic 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
(String path, URL contentUrl, 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.WebHubXmlRpcHandler.getUrlTranslationHandler()
Returns a handler suitable for performing URL translations on behalf of sandboxed clients as required by the Web Profile.