Uses of Interface
javax.ws.rs.core.Configurable

Packages that use Configurable
javax.ws.rs.client The JAX-RS client API 
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
org.glassfish.jersey.client Jersey client-side classes. 
org.glassfish.jersey.model.internal   
org.glassfish.jersey.server Jersey server-side classes. 
 

Uses of Configurable in javax.ws.rs.client
 

Subinterfaces of Configurable in javax.ws.rs.client
 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 javax.ws.rs.client that implement Configurable
 class ClientBuilder
          Main entry point to the client API used to bootstrap Client instances.
 

Uses of Configurable in javax.ws.rs.core
 

Classes in javax.ws.rs.core with type parameters of type Configurable
 interface Configurable<C extends Configurable>
          Represents a client or server-side configurable context in JAX-RS.
 

Subinterfaces of Configurable in javax.ws.rs.core
 interface FeatureContext
          A configurable context passed to Feature and DynamicFeature instances by JAX-RS runtime during the phase of their configuration.
 

Uses of Configurable in org.glassfish.jersey.client
 

Classes in org.glassfish.jersey.client that implement Configurable
 class ClientConfig
          Jersey externalized implementation of client-side JAX-RS configurable contract.
 class JerseyClient
          Jersey implementation of JAX-RS JerseyClient contract.
 class JerseyClientBuilder
          Jersey provider of JAX-RS client builder.
 class JerseyWebTarget
          Jersey implementation of JAX-RS client target contract.
 

Uses of Configurable in org.glassfish.jersey.model.internal
 

Classes in org.glassfish.jersey.model.internal that implement Configurable
 class CommonConfig
          Common immutable Configuration implementation for server and client.
 class ImmutableCommonConfig
          Immutable runtime configuration.
 

Uses of Configurable in org.glassfish.jersey.server
 

Classes in org.glassfish.jersey.server that implement Configurable
 class ResourceConfig
          The resource configuration for configuring a web application.
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.