Uses of Class
org.restlet.client.engine.http.ClientCall

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

Uses of ClientCall in org.restlet.client.engine.http
 

Subclasses of ClientCall in org.restlet.client.engine.http
 class GwtClientCall
          HTTP client connector call based on GWT's HTTP module.
 

Methods in org.restlet.client.engine.http that return ClientCall
 ClientCall GwtHttpClientHelper.create(Request request)
          Creates a low-level HTTP client call from a high-level uniform call.
abstract  ClientCall HttpClientHelper.create(Request request)
          Creates a low-level HTTP client call from a high-level request.
 

Uses of ClientCall in org.restlet.client.engine.http.adapter
 

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

Methods in org.restlet.client.engine.http.adapter with parameters of type ClientCall
 void ClientAdapter.commit(ClientCall httpCall, Request request, Response response)
          Commits the changes to a handled HTTP client call back into the original uniform call.
protected  void ClientAdapter.readResponseHeaders(ClientCall httpCall, Response response)
          Reads the response headers of a handled HTTP client call to update the original uniform call.
 void ClientAdapter.updateResponse(Response response, Status status, ClientCall httpCall)
          Updates the response with information from the lower-level HTTP client call.
 



Copyright © 2005-2012 Restlet S.A.S..