Uses of Class
org.astrogrid.samp.httpd.HttpServer.Response
-
Packages that use HttpServer.Response 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.Response in org.astrogrid.samp.bridge
Methods in org.astrogrid.samp.bridge that return HttpServer.Response Modifier and Type Method Description HttpServer.ResponseIconAdjuster. serveRequest(HttpServer.Request request) -
Uses of HttpServer.Response in org.astrogrid.samp.httpd
Methods in org.astrogrid.samp.httpd that return HttpServer.Response Modifier and Type Method Description static HttpServer.ResponseHttpServer. create405Response(java.lang.String[] supportedMethods)Creates an HTTP response indicating that the requested method (GET, POST, etc) is not supported.static HttpServer.ResponseHttpServer. createErrorResponse(int code, java.lang.String phrase)Utility method to create an error response.static HttpServer.ResponseHttpServer. createErrorResponse(int code, java.lang.String phrase, java.lang.Throwable e)Utility method to create an error response given an exception.(package private) HttpServer.ResponseHttpServer.HttpException. createResponse()Turns this exception into a response object.static HttpServer.ResponseURLMapperHandler. mapUrlResponse(java.lang.String method, java.net.URL targetUrl)Repackages a resource from a given target URL as an HTTP response.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.Response in org.astrogrid.samp.web
Subclasses of HttpServer.Response in org.astrogrid.samp.web Modifier and Type Class Description private classLoggingCorsHttpServer.LoggedResponseHTTP response which will log its content at an appropriate time.Fields in org.astrogrid.samp.web declared as HttpServer.Response Modifier and Type Field Description private HttpServer.ResponseLoggingCorsHttpServer.LoggedResponse. base_private HttpServer.ResponseOpenPolicyResourceHandler. response405_Methods in org.astrogrid.samp.web that return HttpServer.Response Modifier and Type Method Description static HttpServer.ResponseCorsHttpServer. createNonLocalErrorResponse(HttpServer.Request request)Returns an HTTP error response complaining about attempted access from a disallowed host.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.Constructors in org.astrogrid.samp.web with parameters of type HttpServer.Response Constructor Description LoggedResponse(HttpServer.Response base, int iseq, boolean logBody)Constructor. -
Uses of HttpServer.Response in org.astrogrid.samp.xmlrpc.internal
Subclasses of HttpServer.Response in org.astrogrid.samp.xmlrpc.internal Modifier and Type Class Description private classXmlLoggingInternalServer.LoggingResponseFields in org.astrogrid.samp.xmlrpc.internal declared as HttpServer.Response Modifier and Type Field Description (package private) HttpServer.ResponseXmlLoggingInternalServer.LoggingResponse. base_private static HttpServer.ResponseInternalServer. GET_RESPONSEprivate static HttpServer.ResponseInternalServer. HEAD_RESPONSEMethods in org.astrogrid.samp.xmlrpc.internal that return HttpServer.Response Modifier and Type Method Description private static HttpServer.ResponseInternalServer. createInfoResponse(boolean withData)Returns a simple response suitable for GET/HEAD at the XML-RPC server's endpoint.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)Constructors in org.astrogrid.samp.xmlrpc.internal with parameters of type HttpServer.Response Constructor Description LoggingResponse(HttpServer.Response base)
-