Package org.jboss.resteasy.client

Interface Summary
ClientExecutor  
EntityTypeFactory  
 

Class Summary
ClientRequest Create a hand coded request to send to the server.
ClientRequestFactory Helper class that allows you to pre-initialize an Executor, preset some ClientRequest attributes (like follow redirects) and define some client-side interceptors you want applied
ClientResponse<T> Response extension for the RESTEasy client framework.
ProxyBuilder<T>  
ProxyConfig  
ProxyFactory  
 

Exception Summary
ClientResponseFailure  
 

Annotation Types Summary
ClientURI Used to annotate a predefined URL (as opposed to a @PAthParam /@QueryParam) in a Proxied client.

For Example:

 



Copyright © 2012. All Rights Reserved.