Uses of Interface
javax.ws.rs.core.Configurable
-
Packages that use Configurable 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 Configurable in javax.ws.rs.client
Subinterfaces of Configurable in javax.ws.rs.client Modifier and Type Interface Description interfaceClientClient is the main entry point to the fluent API used to build and execute client requests in order to consume responses returned.interfaceWebTargetA resource target identified by the resource URI.Classes in javax.ws.rs.client that implement Configurable Modifier and Type Class Description classClientBuilderMain entry point to the client API used to bootstrapClientinstances. -
Uses of Configurable in javax.ws.rs.core
Classes in javax.ws.rs.core with type parameters of type Configurable Modifier and Type Interface Description interfaceConfigurable<C extends Configurable>Represents a client or server-side configurable context.Subinterfaces of Configurable in javax.ws.rs.core Modifier and Type Interface Description interfaceFeatureContextA configurable context passed toFeatureandDynamicFeatureinstances by the runtime during the phase of their configuration.
-