| 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.cache |
The client cache facility in Resteasy 2.x is deprecated in favor of the client cache
facility in the resteasy-client module.
|
| 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 | Method and Description |
|---|---|
ClientInterceptorRepository |
ClientRequestFactory.getPrefixInterceptors()
Deprecated.
|
ClientInterceptorRepository |
ClientRequestFactory.getSuffixInterceptors()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CacheFactory.makeCacheable(ClientInterceptorRepository interceptorRepository,
BrowserCache cache)
Deprecated.
Make a raw ClientRequest cache results in the provided cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientInterceptorRepositoryImpl |
class |
ClientInvoker |
Copyright © 2023 JBoss by Red Hat. All rights reserved.