Uses of Interface
jakarta.ws.rs.core.Configuration
-
Packages that use Configuration Package Description jakarta.ws.rs.client The JAX-RS client APIjakarta.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. -
-
Uses of Configuration in jakarta.ws.rs.client
Methods in jakarta.ws.rs.client that return Configuration Modifier and Type Method Description Configuration
ClientRequestContext. getConfiguration()
Get the immutable configuration of the request.Methods in jakarta.ws.rs.client with parameters of type Configuration Modifier and Type Method Description static Client
ClientBuilder. newClient(Configuration configuration)
Create a new custom-configuredClient
instance using the default client builder implementation class provided by the JAX-RS implementation provider.abstract ClientBuilder
ClientBuilder. withConfig(Configuration config)
Set the internal configuration state to an externally provided configuration state. -
Uses of Configuration in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core that return Configuration Modifier and Type Method Description Configuration
Configurable. getConfiguration()
Get a live view of an internal configuration state of this configurable instance.
-