Uses of Interface
javax.ws.rs.core.Configurable
Packages that use Configurable
Package
Description
The JAX-RS client API
Low-level interfaces and annotations used to create RESTful service
resources.
-
Uses of Configurable in javax.ws.rs.client
Subinterfaces of Configurable in javax.ws.rs.clientModifier and TypeInterfaceDescriptioninterface
Client is the main entry point to the fluent API used to build and execute client requests in order to consume responses returned.interface
A resource target identified by the resource URI.Classes in javax.ws.rs.client that implement ConfigurableModifier and TypeClassDescriptionclass
Main entry point to the client API used to bootstrapClient
instances. -
Uses of Configurable in javax.ws.rs.core
Classes in javax.ws.rs.core with type parameters of type ConfigurableModifier and TypeInterfaceDescriptioninterface
Configurable<C extends Configurable>
Represents a client or server-side configurable context in JAX-RS.Subinterfaces of Configurable in javax.ws.rs.coreModifier and TypeInterfaceDescriptioninterface
A configurable context passed toFeature
andDynamicFeature
instances by JAX-RS runtime during the phase of their configuration.