Uses of Class
org.gcube.common.gxrest.request.GXWebTargetAdapterRequest
Packages that use GXWebTargetAdapterRequest
-
Uses of GXWebTargetAdapterRequest in org.gcube.common.gxrest.request
Methods in org.gcube.common.gxrest.request that return GXWebTargetAdapterRequestModifier and TypeMethodDescriptionGXWebTargetAdapterRequest.configProperty(String name, String value) Sets a new property in the request.Sets the identity user agent associated to the request.Add an arbitrary header.static GXWebTargetAdapterRequestGXWebTargetAdapterRequest.newHTTPSRequest(String address) Creates a new request.static GXWebTargetAdapterRequestGXWebTargetAdapterRequest.newHTTPSRequest(String address, String tslprotocol) Creates a new secure request.static GXWebTargetAdapterRequestGXWebTargetAdapterRequest.newRequest(String address) Creates a new request.Adds a positional path parameter to the request.GXWebTargetAdapterRequest.queryParams(Map<String, Object[]> parameters) Sets the query parameters for the request.Registers a class of a custom JAX-RS component (such as an extension provider or afeaturemeta-provider) to be instantiated and used in the scope of this request.Registers an instance of a custom JAX-RS component (such as an extension provider or afeaturemeta-provider) to be instantiated and used in the scope of this request.GXWebTargetAdapterRequest.setAcceptedResponseType(jakarta.ws.rs.core.MediaType... acceptedResponseTypes) Defines the accepted response media types.