| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractHttpEntity | |
|---|---|
| org.apache.http.entity | Core HTTP entity implementations. | 
| Uses of AbstractHttpEntity in org.apache.http.entity | 
|---|
| Subclasses of AbstractHttpEntity in org.apache.http.entity | |
|---|---|
|  class | BasicHttpEntityA generic streamed, non-repeatable entity that obtains its content from an InputStream. | 
|  class | ByteArrayEntityA self contained, repeatable entity that obtains its content from a byte array. | 
|  class | EntityTemplateEntity that delegates the process of content generation to a ContentProducer. | 
|  class | FileEntityA self contained, repeatable entity that obtains its content from a file. | 
|  class | InputStreamEntityA streamed, non-repeatable entity that obtains its content from an InputStream. | 
|  class | SerializableEntityA streamed entity that obtains its content from a Serializable. | 
|  class | StringEntityA self contained, repeatable entity that obtains its content from a String. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||