| Package | Description | 
|---|---|
| org.apache.hc.core5.http.io.entity | HTTP message entity APIs based on the classic (blocking) I/O model. | 
| Modifier and Type | Class and Description | 
|---|---|
| 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  | ByteBufferEntityAn entity that delivers the contents of a  ByteBuffer. | 
| class  | EntityTemplateEntity that delegates the process of content generation to a  IOCallbackwithOutputStreamas output sink. | 
| 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  | PathEntityA self contained, repeatable entity that obtains its content from a path. | 
| class  | SerializableEntityA streamed entity that obtains its content from a  Serializable. | 
| class  | StringEntityA self contained, repeatable entity that obtains its content from a  String. | 
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.