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