| Package | Description | 
|---|---|
| org.apache.hc.core5.http.io.entity | HTTP message entity APIs based on the classic (blocking) I/O model. | 
| Modifier and Type | Method and Description | 
|---|---|
| static HttpEntity | HttpEntities. create(IOCallback<OutputStream> callback,
      ContentType contentType) | 
| static HttpEntity | HttpEntities. create(IOCallback<OutputStream> callback,
      ContentType contentType,
      Header... trailers) | 
| static HttpEntity | HttpEntities. createGzipped(IOCallback<OutputStream> callback,
             ContentType contentType) | 
| Constructor and Description | 
|---|
| EntityTemplate(long contentLength,
              ContentType contentType,
              String contentEncoding,
              IOCallback<OutputStream> callback)Constructs a new instance with the given attributes kept as immutable. | 
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.