Uses of Interface
org.apache.http.HttpEntity

Packages that use HttpEntity
Package Description
org.apache.http
The core interfaces and classes of the HTTP components.
org.apache.http.client.entity  
org.apache.http.client.methods
Request implementations for the various HTTP methods like GET and POST.
org.apache.http.client.utils
Helpers and utility classes for HttpClient.
org.apache.http.conn
The client-side connection management and handling API at the heart of what is referred to as HttpConn.
org.apache.http.entity
Representations for HTTP message entities.
org.apache.http.impl.client  
org.apache.http.impl.entity
Default implementations for interfaces in org.apache.http.entity.
org.apache.http.message
A selection of HTTP message implementations.
org.apache.http.util
Mostly utility classes with static helper methods for various purposes.