Uses of Class
org.astrogrid.samp.httpd.HttpServer.Request
-
Packages that use HttpServer.Request 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.Request in org.astrogrid.samp.bridge
Methods in org.astrogrid.samp.bridge with parameters of type HttpServer.Request Modifier and Type Method Description HttpServer.ResponseIconAdjuster. serveRequest(HttpServer.Request request) -
Uses of HttpServer.Request in org.astrogrid.samp.httpd
Methods in org.astrogrid.samp.httpd that return HttpServer.Request Modifier and Type Method Description private static HttpServer.RequestHttpServer. parseRequest(java.io.InputStream in, java.net.SocketAddress remoteAddress)Takes the input stream from a client connection and turns it into a Request object.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)private java.lang.Object[]HubSwingClientAuthorizer. getMessageLines(HttpServer.Request request, java.util.Map securityMap, AuthResourceBundle.Content authContent)Returns a "message" object describing the applying client to the user.private voidLoggingCorsHttpServer. logRequest(HttpServer.Request request, int iseq)Logs a given request.RegInfoWebHubXmlRpcHandler.WebHubActorImpl. register(HttpServer.Request request, java.util.Map securityMap)Attempt client registration.HttpServer.ResponseCorsHttpServer. serve(HttpServer.Request request)HttpServer.ResponseLoggingCorsHttpServer. serve(HttpServer.Request request)private HttpServer.ResponseCorsHttpServer. servePreflightOriginRequest(HttpServer.Request request, java.lang.String originTxt, java.lang.String reqMethod)Does the work for serving pre-flight requests.HttpServer.ResponseOpenPolicyResourceHandler. serveRequest(HttpServer.Request request)HttpServer.ResponseWebHubXmlRpcHandler.URLTranslationHandler. serveRequest(HttpServer.Request request)private HttpServer.ResponseCorsHttpServer. serveSimpleOriginRequest(HttpServer.Request request, java.lang.String originTxt)Does the work for serving simple requests which bear an origin header. -
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)private java.lang.ObjectInternalServer. getXmlRpcResult(HttpServer.Request request)Returns the SAMP-friendly (string, list and map only) object representing the reply to an XML-RPC request given by a 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)
-