Uses of Class
org.astrogrid.samp.httpd.HttpServer.Request
Packages that use HttpServer.Request
Package
Description
Standalone HTTP server.
Classes relating to the SAMP Web Profile.
Implementation of pluggable XML-RPC layer which requires
no external dependencies.
-
Uses of HttpServer.Request in org.astrogrid.samp.httpd
Methods in org.astrogrid.samp.httpd with parameters of type HttpServer.RequestModifier and TypeMethodDescriptionHttpServer.serve
(HttpServer.Request request) Does the work for providing output corresponding to a given HTTP request.DirectoryMapperHandler.serveRequest
(HttpServer.Request request) HttpServer.Handler.serveRequest
(HttpServer.Request request) Provides a response to an HTTP request.MultiURLMapperHandler.serveRequest
(HttpServer.Request request) ResourceHandler.serveRequest
(HttpServer.Request request) URLMapperHandler.serveRequest
(HttpServer.Request request) -
Uses of HttpServer.Request in org.astrogrid.samp.web
Methods in org.astrogrid.samp.web with parameters of type HttpServer.RequestModifier and TypeMethodDescriptionvoid
ClientAuthorizer.authorize
(HttpServer.Request request, Map securityMap) Indicates whether an HTTP request representing an otherwise unauthorized connection attempt will be permitted access to sensitive system resources.void
ExtremeSwingClientAuthorizer.authorize
(HttpServer.Request request, Map securityMap) void
HubSwingClientAuthorizer.authorize
(HttpServer.Request request, Map securityMap) static HttpServer.Response
CorsHttpServer.createNonLocalErrorResponse
(HttpServer.Request request) Returns an HTTP error response complaining about attempted access from a disallowed host.CredentialPresenter.createPresentation
(HttpServer.Request request, Map securityMap, AuthResourceBundle.Content authContent) Returns an object which contains user-directed credential messages, given available information from the registration request.WebCredentialPresenter.createPresentation
(HttpServer.Request request, Map securityMap, AuthResourceBundle.Content authContent) CorsHttpServer.serve
(HttpServer.Request request) LoggingCorsHttpServer.serve
(HttpServer.Request request) OpenPolicyResourceHandler.serveRequest
(HttpServer.Request request) -
Uses of HttpServer.Request in org.astrogrid.samp.xmlrpc.internal
Methods in org.astrogrid.samp.xmlrpc.internal with parameters of type HttpServer.RequestModifier and TypeMethodDescriptionprotected HttpServer.Response
InternalServer.getXmlRpcResponse
(HttpServer.Request request) Returns the HTTP response object given an incoming XML-RPC POST request.protected HttpServer.Response
XmlLoggingInternalServer.getXmlRpcResponse
(HttpServer.Request request) protected Object
InternalServer.handleCall
(SampXmlRpcHandler handler, String methodName, List paramList, HttpServer.Request request) Actually passes the XML-RPC method name and parameter list to one of the registered servers for processing.protected Object
RpcLoggingInternalServer.handleCall
(SampXmlRpcHandler handler, String methodName, List paramList, HttpServer.Request request)