Uses of Class
org.jboss.resteasy.client.ClientRequest

Packages that use ClientRequest
org.jboss.resteasy.client   
org.jboss.resteasy.test   
 

Uses of ClientRequest in org.jboss.resteasy.client
 

Methods in org.jboss.resteasy.client that return ClientRequest
 ClientRequest ClientRequest.accept(MediaType accepts)
           
 ClientRequest ClientRequest.accept(java.lang.String accept)
           
 ClientRequest ClientRequest.body(java.lang.String contentType, java.lang.Object data)
           
 ClientRequest ClientRequest.cookie(Cookie cookie)
           
 ClientRequest ClientRequest.cookie(java.lang.String cookieName, java.lang.Object value)
           
 ClientRequest ClientRequest.formParameter(java.lang.String parameterName, java.lang.Object value)
           
 ClientRequest ClientRequest.header(java.lang.String headerName, java.lang.Object value)
           
 ClientRequest ClientRequest.interceptor(ClientInterceptor clientInterceptor)
           
 ClientRequest ClientRequest.interceptors(java.util.Collection<ClientInterceptor> clientInterceptors)
           
 ClientRequest ClientRequest.marshaller(Marshaller marshaller, java.lang.Object value)
          This is mostly used internally, but the Marshaller can be used as an "interceptor"
 ClientRequest ClientRequest.pathParameter(java.lang.String parameterName, java.lang.Object value)
           
 ClientRequest ClientRequest.pathParameter(java.lang.String parameterName, java.lang.Object value, boolean encoded)
           
 ClientRequest ClientRequest.queryParameter(java.lang.String parameterName, java.lang.Object value)
           
 

Uses of ClientRequest in org.jboss.resteasy.test
 

Methods in org.jboss.resteasy.test that return ClientRequest
static ClientRequest TestPortProvider.createClientRequest(java.lang.String path)
          Create a Resteasy ClientRequest object using the configured port.
 



Copyright © 2009. All Rights Reserved.