Uses of Interface
org.astrogrid.samp.httpd.HttpServer.Handler
-
Packages that use HttpServer.Handler 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. -
-
Uses of HttpServer.Handler in org.astrogrid.samp.bridge
Classes in org.astrogrid.samp.bridge that implement HttpServer.Handler Modifier and Type Class Description (package private) classIconAdjusterHttpServer handler for turning the URL of one icon into the URL of another, related icon.private classProxyManager.ProxyIconAdjusterClass which can turn a client's icon into the icon for the proxy of the same client. -
Uses of HttpServer.Handler in org.astrogrid.samp.httpd
Classes in org.astrogrid.samp.httpd that implement HttpServer.Handler Modifier and Type Class Description classDirectoryMapperHandlerHandler implementation which allows the server to serve a directory full of resources.classMultiURLMapperHandlerHandler implementation which allows the server to serve multiple separate resources which are available to it, but not necessarily to external clients, as URLs.classResourceHandlerHandler implementation which implements dynamic resource provision.classURLMapperHandlerHandler 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.Handler Modifier and Type Method Description voidHttpServer. addHandler(HttpServer.Handler handler)Adds a handler which can serve some requests going through this server.voidHttpServer. 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.Handler Modifier and Type Class Description classOpenPolicyResourceHandlerHTTP resource handler suitable for serving static cross-origin policy files.private static classWebHubXmlRpcHandler.URLTranslationHandlerHTTP handler which provides URL translation services for sandboxed clients.Methods in org.astrogrid.samp.web that return HttpServer.Handler Modifier and Type Method Description static HttpServer.HandlerOpenPolicyResourceHandler. createFlashPolicyHandler(OriginAuthorizer oAuth)Returns a handler which can serve the /crossdomain.xml file used by Adobe Flash.static HttpServer.HandlerOpenPolicyResourceHandler. 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.HandlerOpenPolicyResourceHandler. createSilverlightPolicyHandler(OriginAuthorizer oAuth)Returns a handler which can serve the /clientaccesspolicy.xml file used by Microsoft Silverlight.HttpServer.HandlerWebHubXmlRpcHandler. getUrlTranslationHandler()Returns a handler suitable for performing URL translations on behalf of sandboxed clients as required by the Web Profile.HttpServer.HandlerWebHubXmlRpcHandler.WebHubActorImpl. getUrlTranslationHandler()Returns a handler suitable for performing URL translations on behalf of sandboxed clients as required by the Web Profile. -
Uses of HttpServer.Handler in org.astrogrid.samp.xmlrpc.internal
Fields in org.astrogrid.samp.xmlrpc.internal declared as HttpServer.Handler Modifier and Type Field Description private HttpServer.HandlerInternalServer. serverHandler_
-