Package | Description |
---|---|
org.jboss.resteasy.client |
JAX-RS specification 1.1 (https://jcp.org/en/jsr/detail?id=311)
had no client framework, so Resteasy release 2.x provided one.
|
org.jboss.resteasy.client.core |
Modifier and Type | Class and Description |
---|---|
class |
ClientRequest
Deprecated.
The Resteasy client framework in resteasy-jaxrs is replaced by the JAX-RS 2.0 compliant resteasy-client module.
|
Modifier and Type | Field and Description |
---|---|
private ClientInterceptorRepositoryImpl |
ClientRequestFactory.prefixInterceptors
Deprecated.
|
private ClientInterceptorRepositoryImpl |
ClientRequestFactory.suffixInterceptors
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private void |
ClientRequestFactory.applyInterceptors(ClientInterceptorRepositoryImpl repository)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientInvoker |
Modifier and Type | Method and Description |
---|---|
static void |
ClientInvokerInterceptorFactory.applyDefaultInterceptors(ClientInterceptorRepositoryImpl repository,
ResteasyProviderFactory providerFactory) |
static void |
ClientInvokerInterceptorFactory.applyDefaultInterceptors(ClientInterceptorRepositoryImpl repository,
ResteasyProviderFactory providerFactory,
java.lang.Class declaring,
java.lang.reflect.Method method) |
void |
ClientInterceptorRepositoryImpl.copyClientInterceptorsTo(ClientInterceptorRepositoryImpl copyTo) |
void |
ClientInterceptorRepositoryImpl.prefixClientInterceptorsTo(ClientInterceptorRepositoryImpl copyTo) |