Uses of Class
org.rapidcontext.core.web.Request
Packages that use Request
Package
Description
Provides the application web request handlers.
Provides the storage data types & server-side object initialization.
Provides core web request (HTTP) helpers and handlers.
- 
Uses of Request in org.rapidcontext.app.webMethods in org.rapidcontext.app.web with parameters of type RequestModifier and TypeMethodDescriptionprotected voidProcesses an HTTP DELETE request.protected voidProcesses an HTTP GET request.protected voidProcesses an HTTP GET request.protected voidProcesses an HTTP GET request.protected voidProcesses an HTTP GET request.protected voidProcesses an HTTP GET request.protected voidProcesses an HTTP GET request.protected voidProcesses an HTTP OPTIONS request.protected voidProcesses an HTTP PATCH request.protected voidProcesses an HTTP POST request.protected voidProcesses an HTTP POST request.protected voidProcesses an HTTP POST request.protected voidProcesses an HTTP POST request.protected voidProcesses an HTTP PUT request.protected String[]AppWebService.methodsImpl(Request request) Returns the HTTP methods implemented for the specified request.protected String[]FileWebService.methodsImpl(Request request) Returns the HTTP methods implemented for the specified request.protected String[]LogWebService.methodsImpl(Request request) Returns the HTTP methods implemented for the specified request.protected String[]ProcedureWebService.methodsImpl(Request request) Returns the HTTP methods implemented for the specified request.protected String[]StatusWebService.methodsImpl(Request request) Returns the HTTP methods implemented for the specified request.protected String[]StorageWebService.methodsImpl(Request request) Returns the HTTP methods implemented for the specified request.voidProcesses a request for this handler.protected voidAppWebService.processApp(Request request, String appId, String baseUrl) Processes an app launch request.protected Object[]ProcedureWebService.processArgs(Procedure proc, Request request, String logPrefix) Extracts procedure arguments from the request parameters.protected DictProcedureWebService.processCall(String name, Request request, String source) Processes a procedure call and returns the result dictionary.protected voidAppWebService.processDownload(Request request) Processes a file download request.protected voidFileWebService.processFile(Request request, Path filePath, boolean exact) Processes a storage file retrieval request (if possible).protected voidProcedureWebService.processProcedure(Request request) Processes a procedure execution request.protected voidAppWebService.processUpload(Request request) Processes a file upload request.
- 
Uses of Request in org.rapidcontext.core.typeMethods in org.rapidcontext.core.type with parameters of type RequestModifier and TypeMethodDescriptionprotected voidProcesses an HTTP DELETE request.protected voidProcesses an HTTP GET request.protected voidProcesses an HTTP HEAD request.protected voidProcesses an HTTP OPTIONS request.protected voidProcesses an HTTP PATCH request.protected voidProcesses an HTTP POST request.protected voidProcesses an HTTP PUT request.protected voidProcesses an HTTP TRACE request.protected voidWebService.errorBadRequest(Request request, String message) Sends an HTTP 400 bad request error.protected voidWebService.errorForbidden(Request request) Sends an HTTP 403 forbidden error.protected voidWebService.errorInternal(Request request, String message) Sends an HTTP 500 internal server error.protected voidWebService.errorMethodNotAllowed(Request request) Sends an HTTP 405 method not allowed error.protected voidWebService.errorNotFound(Request request) Sends an HTTP 404 not found error.protected voidWebService.errorUnauthorized(Request request) Sends an HTTP 401 unauthorized or 403 forbidden error.protected voidWebService.headerAllow(Request request) Adds the HTTP allow header to the response.intMatches the specified request and returns the matching score.String[]Returns the HTTP methods supported for the specified request.protected abstract String[]WebService.methodsImpl(Request request) Returns the HTTP methods implemented for the specified request.voidProcesses a matching request.voidProcesses a request for this handler.Returns the current session for the request.
- 
Uses of Request in org.rapidcontext.core.webMethods in org.rapidcontext.core.web with parameters of type RequestModifier and TypeMethodDescriptionstatic booleanMime.isInputMatch(Request request, String[] mimes) Checks if the request input matches one of the specified MIME types.static booleanMime.isOutputMatch(Request request, String[] mimes) Checks if the accepted request output matches one of the specified MIME types.