Uses of Interface
org.apache.http.client.methods.HttpUriRequest

Packages that use HttpUriRequest
org.apache.http.client The API for client-side HTTP communication and entry point to the HttpClient module. 
org.apache.http.client.methods Request implementations for the various HTTP methods like GET and POST. 
org.apache.http.impl.client   
 

Uses of HttpUriRequest in org.apache.http.client
 

Methods in org.apache.http.client with parameters of type HttpUriRequest
 org.apache.http.HttpResponse HttpClient.execute(HttpUriRequest request)
          Executes a request using the default context.
 org.apache.http.HttpResponse HttpClient.execute(HttpUriRequest request, org.apache.http.protocol.HttpContext context)
          Executes a request using the given context.
 

Uses of HttpUriRequest in org.apache.http.client.methods
 

Classes in org.apache.http.client.methods that implement HttpUriRequest
 class HttpGet
          HTTP GET method.
 class HttpHead
          HTTP HEAD method.
 class HttpOptions
          HTTP OPTIONS method.
 class HttpPost
          HTTP POST method.
 class HttpPut
          HTTP PUT method.
 class HttpTrace
          HTTP TRACE method.
 

Uses of HttpUriRequest in org.apache.http.impl.client
 

Methods in org.apache.http.impl.client with parameters of type HttpUriRequest
 org.apache.http.HttpResponse AbstractHttpClient.execute(HttpUriRequest request)
          Maps to execute(request, context).
 org.apache.http.HttpResponse AbstractHttpClient.execute(HttpUriRequest request, org.apache.http.protocol.HttpContext context)
          Maps to execute(roureq, context).
 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.