Uses of Class
com.invirgance.convirgance.web.http.HttpResponse
Packages that use HttpResponse
Package
Description
This package provides wrapper classes that abstract away the differences
between Java EE and Jakarta EE HTTP APIs.
Core web service implementations.
-
Uses of HttpResponse in com.invirgance.convirgance.web.http
Methods in com.invirgance.convirgance.web.http with parameters of type HttpResponseModifier and TypeMethodDescriptionIterable
<com.invirgance.convirgance.json.JSONObject> HttpRequest.call
(String path, String method, com.invirgance.convirgance.json.JSONObject data, HttpResponse response) Call a service at the specified path and return the resulting stream of data.void
HttpRequest.forward
(String path, com.invirgance.convirgance.json.JSONObject parameters, HttpResponse response) Forward the flow of processing to another page or servletvoid
HttpRequest.include
(String path, com.invirgance.convirgance.json.JSONObject parameters, HttpResponse response) Include a page in the flow of processing -
Uses of HttpResponse in com.invirgance.convirgance.web.service
Methods in com.invirgance.convirgance.web.service with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
HypermediaService.execute
(HttpRequest request, HttpResponse response) void
InsertService.execute
(HttpRequest request, HttpResponse response) Executes the insert service, processing and persisting data from the HTTP request.void
RESTService.execute
(HttpRequest request, HttpResponse response) void
RoutedService.execute
(HttpRequest request, HttpResponse response) void
SelectService.execute
(HttpRequest request, HttpResponse response) Executes the select service, retrieving and returning data in response to an HTTP request.void
Service.execute
(HttpRequest request, HttpResponse response) Executes the service, processing the HTTP request and generating a response.