Uses of Class
org.restlet.engine.http.HttpClientHelper

Packages that use HttpClientHelper
org.restlet.engine.http Supports HTTP connectors. 
org.restlet.engine.http.adapter Adapters between low-level HTTP calls and high-level Restlet Request and Response objects. 
 

Uses of HttpClientHelper in org.restlet.engine.http
 

Methods in org.restlet.engine.http that return HttpClientHelper
 HttpClientHelper ClientCall.getHelper()
          Returns the HTTP client helper.
 

Constructors in org.restlet.engine.http with parameters of type HttpClientHelper
ClientCall(HttpClientHelper helper, String method, String requestUri)
          Constructor setting the request address to the local host.
 

Uses of HttpClientHelper in org.restlet.engine.http.adapter
 

Methods in org.restlet.engine.http.adapter with parameters of type HttpClientHelper
 ClientCall ClientAdapter.toSpecific(HttpClientHelper client, Request request)
          Converts a low-level HTTP call into a high-level uniform call.
 



Copyright © 2005-2011 Noelios Technologies.