Uses of Class
com.noelios.restlet.http.HttpClientCall

Packages that use HttpClientCall
com.noelios.restlet.http Implementation of HTTP Connectors. 
 

Uses of HttpClientCall in com.noelios.restlet.http
 

Subclasses of HttpClientCall in com.noelios.restlet.http
 class StreamClientCall
          HTTP client call based on streams.
 

Methods in com.noelios.restlet.http that return HttpClientCall
abstract  HttpClientCall HttpClientHelper.create(Request request)
          Creates a low-level HTTP client call from a high-level request.
 HttpClientCall StreamClientHelper.create(Request request)
           
 HttpClientCall HttpClientConverter.toSpecific(HttpClientHelper client, Request request)
          Converts a low-level HTTP call into a high-level uniform call.
 

Methods in com.noelios.restlet.http with parameters of type HttpClientCall
protected  void HttpClientConverter.addRequestHeaders(HttpClientCall httpCall, Request request)
          Adds the request headers of a uniform call to a HTTP client call.
 void HttpClientConverter.commit(HttpClientCall httpCall, Request request, Response response)
          Commits the changes to a handled HTTP client call back into the original uniform call.
protected  void HttpClientConverter.readResponseHeaders(HttpClientCall httpCall, Response response)
          Reads the response headers of a handled HTTP client call to update the original uniform call.
 



Copyright © 2005-2008 Noelios Technologies.