Uses of Class
seda.sandStorm.lib.http.httpRequest

Packages that use httpRequest
seda.sandStorm.lib.http   
 

Uses of httpRequest in seda.sandStorm.lib.http
 

Constructors in seda.sandStorm.lib.http with parameters of type httpRequest
httpBadRequestResponse(httpRequest request, java.lang.String reason)
           
httpInternalServerErrorResponse(httpRequest request, java.lang.String reason)
           
httpNotFoundResponse(httpRequest request, java.lang.String reason)
          Create an httpNotFoundResponse corresponding to the given request with the given reason.
httpRedirectResponse(httpRequest request, java.lang.String newURL)
          Create a redirect response corresponding to the given request with the given new URL.
httpResponder(httpResponse resp, httpRequest req)
          Create an httpResponder with the given response, with the connection being derived from the given request.
httpResponder(httpResponse resp, httpRequest req, boolean closeConnection)
          Create an httpResponder with the given response, with the connection being derived from the given request.
httpResponder(httpResponse resp, httpRequest req, boolean closeConnection, boolean sendHeader)
          Create an httpResponder with the given response, with the connection being derived from the given request.
httpServiceUnavailableResponse(httpRequest request, java.lang.String reason)
          Create an httpServiceUnavailableResponse corresponding to the given request with the given reason.