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.voidHttpRequest.forward(String path, com.invirgance.convirgance.json.JSONObject parameters, HttpResponse response) Forward the flow of processing to another page or servletvoidHttpRequest.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 TypeMethodDescriptionvoidHypermediaService.execute(HttpRequest request, HttpResponse response) voidInsertService.execute(HttpRequest request, HttpResponse response) Executes the insert service, processing and persisting data from the HTTP request.voidRESTService.execute(HttpRequest request, HttpResponse response) voidRoutedService.execute(HttpRequest request, HttpResponse response) voidSelectService.execute(HttpRequest request, HttpResponse response) Executes the select service, retrieving and returning data in response to an HTTP request.voidService.execute(HttpRequest request, HttpResponse response) Executes the service, processing the HTTP request and generating a response.voidUpdateService.execute(HttpRequest request, HttpResponse response)