Uses of Interface
javax.ws.rs.core.Configuration
-
Packages that use Configuration Package Description javax.ws.rs.client The Client APIjavax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. -
-
Uses of Configuration in javax.ws.rs.client
Methods in javax.ws.rs.client that return Configuration Modifier and Type Method Description Configuration
ClientRequestContext. getConfiguration()
Get the immutable configuration of the request.Methods in javax.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 implementation provider.abstract ClientBuilder
ClientBuilder. withConfig(Configuration config)
Set the internal configuration state to an externally provided configuration state. -
Uses of Configuration in javax.ws.rs.core
Methods in javax.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.
-