Uses of Class
org.astrogrid.samp.httpd.HttpServer.Request
-
Packages that use HttpServer.Request Package Description 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.Request in org.astrogrid.samp.httpd
Methods in org.astrogrid.samp.httpd with parameters of type HttpServer.Request Modifier and Type Method Description HttpServer.ResponseHttpServer. serve(HttpServer.Request request)Does the work for providing output corresponding to a given HTTP request.HttpServer.ResponseDirectoryMapperHandler. serveRequest(HttpServer.Request request)HttpServer.ResponseHttpServer.Handler. serveRequest(HttpServer.Request request)Provides a response to an HTTP request.HttpServer.ResponseMultiURLMapperHandler. serveRequest(HttpServer.Request request)HttpServer.ResponseResourceHandler. serveRequest(HttpServer.Request request)HttpServer.ResponseURLMapperHandler. serveRequest(HttpServer.Request request) -
Uses of HttpServer.Request in org.astrogrid.samp.web
Methods in org.astrogrid.samp.web with parameters of type HttpServer.Request Modifier and Type Method Description voidClientAuthorizer. authorize(HttpServer.Request request, java.util.Map securityMap)Indicates whether an HTTP request representing an otherwise unauthorized connection attempt will be permitted access to sensitive system resources.voidExtremeSwingClientAuthorizer. authorize(HttpServer.Request request, java.util.Map securityMap)voidHubSwingClientAuthorizer. authorize(HttpServer.Request request, java.util.Map securityMap)static HttpServer.ResponseCorsHttpServer. createNonLocalErrorResponse(HttpServer.Request request)Returns an HTTP error response complaining about attempted access from a disallowed host.CredentialPresenter.PresentationCredentialPresenter. createPresentation(HttpServer.Request request, java.util.Map securityMap, AuthResourceBundle.Content authContent)Returns an object which contains user-directed credential messages, given available information from the registration request.CredentialPresenter.PresentationWebCredentialPresenter. createPresentation(HttpServer.Request request, java.util.Map securityMap, AuthResourceBundle.Content authContent)HttpServer.ResponseCorsHttpServer. serve(HttpServer.Request request)HttpServer.ResponseLoggingCorsHttpServer. serve(HttpServer.Request request)HttpServer.ResponseOpenPolicyResourceHandler. 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.Request Modifier and Type Method Description protected HttpServer.ResponseInternalServer. getXmlRpcResponse(HttpServer.Request request)Returns the HTTP response object given an incoming XML-RPC POST request.protected HttpServer.ResponseXmlLoggingInternalServer. getXmlRpcResponse(HttpServer.Request request)protected java.lang.ObjectInternalServer. handleCall(SampXmlRpcHandler handler, java.lang.String methodName, java.util.List paramList, HttpServer.Request request)Actually passes the XML-RPC method name and parameter list to one of the registered servers for processing.protected java.lang.ObjectRpcLoggingInternalServer. handleCall(SampXmlRpcHandler handler, java.lang.String methodName, java.util.List paramList, HttpServer.Request request)
-