Uses of Interface
org.apache.http.HttpEntityEnclosingRequest

Packages that use HttpEntityEnclosingRequest
org.apache.http The core interfaces and classes of the HTTP components. 
org.apache.http.impl Default implementations for interfaces in org.apache.http
org.apache.http.message A selection of HTTP message implementations. 
 

Uses of HttpEntityEnclosingRequest in org.apache.http
 

Methods in org.apache.http with parameters of type HttpEntityEnclosingRequest
 void HttpClientConnection.sendRequestEntity(HttpEntityEnclosingRequest request)
          Sends the request entity over the connection.
 void HttpServerConnection.receiveRequestEntity(HttpEntityEnclosingRequest request)
          Receives the next request entity available from this connection and attaches it to an existing request.
 

Uses of HttpEntityEnclosingRequest in org.apache.http.impl
 

Methods in org.apache.http.impl with parameters of type HttpEntityEnclosingRequest
 void AbstractHttpClientConnection.sendRequestEntity(HttpEntityEnclosingRequest request)
           
 void AbstractHttpServerConnection.receiveRequestEntity(HttpEntityEnclosingRequest request)
           
 

Uses of HttpEntityEnclosingRequest in org.apache.http.message
 

Classes in org.apache.http.message that implement HttpEntityEnclosingRequest
 class BasicHttpEntityEnclosingRequest
          Basic implementation of a request with an entity that can be modified.
 class HttpPost
          A modifiable HTTP request with POST as the method.
 



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