Uses of Interface
jakarta.ws.rs.core.Configuration
Package
Description
The JAX-RS client API
Low-level interfaces and annotations used to create RESTful service resources.
-
Uses of Configuration in jakarta.ws.rs.client
Modifier and TypeMethodDescriptionClientRequestContext.getConfiguration()
Get the immutable configuration of the request.Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptionConfigurable.getConfiguration()
Get a live view of an internal configuration state of this configurable instance.