Package org.jboss.resteasy.client
package org.jboss.resteasy.client
JAX-RS specification 1.1 (
})
had no client framework, so Resteasy release 2.x provided one. It has two ways to access a server resource:
})
introduced an official client framework, so the older Resteasy client framework is now deprecated. However, the new JAX-RS
framework does not include a proxy feature, so Resteasy extends the official client framework with a new proxy feature.
A proxy can be created using
invalid @link
{@link <a href="https://jcp.org/en/jsr/detail?id=311">https://jcp.org/en/jsr/detail?id=311</a>
-
ClientRequest
- a proxy that implements an interface implemented by the target resource
invalid @link
{@link <a href="https://www.jcp.org/aboutJava/communityprocess/final/jsr339/index.html">https://www.jcp.org/aboutJava/communityprocess/final/jsr339/index.html</a>
ResteasyWebTarget
, which extends the api class
javax.ws.rs.client.WebTarget
For more information, see the Resteasy User Guide
}.invalid @link
{@link <a href="http://docs.jboss.org/resteasy/docs/">http://docs.jboss.org/resteasy/docs/</a>
-
ClassDescriptionDeprecated.The Resteasy client framework in resteasy-jaxrs is replaced by the JAX-RS 2.0 compliant resteasy-client module.Deprecated.The Resteasy client framework in resteasy-jaxrs is replaced by the JAX-RS 2.0 compliant resteasy-client module.Deprecated.The Resteasy client framework in resteasy-jaxrs is replaced by the JAX-RS 2.0 compliant resteasy-client module.Deprecated.The Resteasy client framework in resteasy-jaxrs is replaced by the JAX-RS 2.0 compliant resteasy-client module.Deprecated.The Resteasy client framework in resteasy-jaxrs is replaced by the JAX-RS 2.0 compliant resteasy-client module.Used to annotate a predefined URL (as opposed to a @PAthParam /@QueryParam) in a Proxied client.Deprecated.The Resteasy client framework in resteasy-jaxrs is replaced by the JAX-RS 2.0 compliant resteasy-client module.ProxyBuilder<T>Deprecated.The Resteasy proxy facility in the client framework in resteasy-jaxrs is replaced by the proxy facility extension in the JAX-RS 2.0 compliant resteasy-client module.Deprecated.The Resteasy proxy facility in the client framework in resteasy-jaxrs is replaced by the proxy facility extension in the JAX-RS 2.0 compliant resteasy-client module.Deprecated.The Resteasy proxy facility in the client framework in resteasy-jaxrs is replaced by the proxy facility extension in the JAX-RS 2.0 compliant resteasy-client module.