Uses of Class
de.qytera.qtaf.http.RequestBuilder
Packages that use RequestBuilder
-
Uses of RequestBuilder in de.qytera.qtaf.http
Methods in de.qytera.qtaf.http that return RequestBuilderModifier and TypeMethodDescriptionstatic RequestBuilderWebService.buildRequest(URI uri) Starting point for building HTTP requests.Methods in de.qytera.qtaf.http with parameters of type RequestBuilderModifier and TypeMethodDescriptionstatic jakarta.ws.rs.core.ResponseWebService.delete(RequestBuilder request) Method for dispatching HTTP DELETE requests.static jakarta.ws.rs.core.ResponseWebService.get(RequestBuilder request) Method for dispatching HTTP GET requests.static jakarta.ws.rs.core.ResponseWebService.post(RequestBuilder request) Method for dispatching HTTP POST requests without bodies.static <T> jakarta.ws.rs.core.ResponseWebService.post(RequestBuilder request, jakarta.ws.rs.client.Entity<T> body) Method for dispatching HTTP POST requests with bodies.static <T> jakarta.ws.rs.core.ResponseWebService.put(RequestBuilder request, jakarta.ws.rs.client.Entity<T> body) Method for dispatching HTTP PUT requests with bodies.