|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.jboss.resteasy.client.jaxrs | |
org.jboss.resteasy.client.jaxrs.internal | |
org.jboss.resteasy.core | |
org.jboss.resteasy.keystone.model | |
org.jboss.resteasy.keystone.server | |
org.jboss.resteasy.plugins.cache.server | |
org.jboss.resteasy.spi | |
org.jboss.resteasy.util |
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 |
Invocation
A client request invocation. |
static interface |
Invocation.Builder
A client request invocation builder. |
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.jboss.resteasy.client.jaxrs |
---|
Subinterfaces of Configurable in org.jboss.resteasy.client.jaxrs | |
---|---|
interface |
ResteasyWebTarget
|
Classes in org.jboss.resteasy.client.jaxrs that implement Configurable | |
---|---|
class |
ResteasyClient
|
class |
ResteasyClientBuilder
Abstraction for creating Clients. |
Uses of Configurable in org.jboss.resteasy.client.jaxrs.internal |
---|
Classes in org.jboss.resteasy.client.jaxrs.internal that implement Configurable | |
---|---|
class |
ClientConfiguration
|
class |
ClientInvocation
|
class |
ClientInvocationBuilder
|
class |
ClientWebTarget
|
Uses of Configurable in org.jboss.resteasy.core |
---|
Classes in org.jboss.resteasy.core that implement Configurable | |
---|---|
class |
ThreadLocalResteasyProviderFactory
Allow applications to push/pop provider factories onto the stack |
Uses of Configurable in org.jboss.resteasy.keystone.model |
---|
Methods in org.jboss.resteasy.keystone.model with parameters of type Configurable | |
---|---|
static void |
Mappers.registerContextResolver(Configurable configurable)
|
Uses of Configurable in org.jboss.resteasy.keystone.server |
---|
Constructors in org.jboss.resteasy.keystone.server with parameters of type Configurable | |
---|---|
SkeletonKeyApplication(Configurable confgurable)
|
Uses of Configurable in org.jboss.resteasy.plugins.cache.server |
---|
Methods in org.jboss.resteasy.plugins.cache.server with parameters of type Configurable | |
---|---|
protected ServerCache |
ServerCacheFeature.getCache(Configurable configurable)
|
protected ServerCache |
ServerCacheFeature.getXmlCache(Configurable configurable)
|
Uses of Configurable in org.jboss.resteasy.spi |
---|
Classes in org.jboss.resteasy.spi that implement Configurable | |
---|---|
class |
ResteasyProviderFactory
|
Uses of Configurable in org.jboss.resteasy.util |
---|
Classes in org.jboss.resteasy.util that implement Configurable | |
---|---|
class |
FeatureContextDelegate
|
Fields in org.jboss.resteasy.util declared as Configurable | |
---|---|
protected Configurable |
FeatureContextDelegate.configurable
|
Constructors in org.jboss.resteasy.util with parameters of type Configurable | |
---|---|
FeatureContextDelegate(Configurable configurable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |