Class ClientRequest

All Implemented Interfaces:
Cloneable, ClientInterceptorRepository

@Deprecated public class ClientRequest extends ClientInterceptorRepositoryImpl implements Cloneable
Deprecated.
The Resteasy client framework in resteasy-jaxrs is replaced by the JAX-RS 2.0 compliant resteasy-client module.
Create a hand coded request to send to the server. You call methods like accept(), body(), pathParameter() etc. to create the state of the request. Then you call a get(), post(), etc. method to execute the request. After an execution of a request, the internal state remains the same. You can invoke the request again. You can clear the request with the clear() method.
Version:
$Revision: 1 $
See Also:
  • Invocation