See: Description
| Class | Description | 
|---|---|
| AbstractHttpEntity | Abstract base class for mutable entities. | 
| BasicHttpEntity | A generic streamed, non-repeatable entity that obtains its content from an  InputStream. | 
| BufferedHttpEntity | A wrapping entity that buffers it content if necessary. | 
| ByteArrayEntity | A self contained, repeatable entity that obtains its content from a byte array. | 
| ByteBufferEntity | An entity that delivers the contents of a  ByteBuffer. | 
| EmptyInputStream | |
| EntityTemplate | Entity that delegates the process of content generation to a  IOCallbackwithOutputStreamas output sink. | 
| EntityUtils | Support methods for  HttpEntity. | 
| FileEntity | A self contained, repeatable entity that obtains its content from a file. | 
| HttpEntities | HttpEntityfactory methods. | 
| HttpEntityWrapper | Base class for wrapping entities that delegates all calls to the wrapped entity. | 
| InputStreamEntity | A streamed, non-repeatable entity that obtains its content from an  InputStream. | 
| NullEntity | An empty entity with no content-type. | 
| PathEntity | A self contained, repeatable entity that obtains its content from a path. | 
| SerializableEntity | A streamed entity that obtains its content from a  Serializable. | 
| StringEntity | A self contained, repeatable entity that obtains its content from a  String. | 
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.