public interface EntityDetails
| Modifier and Type | Method and Description | 
|---|---|
| String | getContentEncoding()Gets content encoding of this entity, if known. | 
| long | getContentLength()Gets length of this entity, if known. | 
| String | getContentType()Gets content type of this entity, if known. | 
| Set<String> | getTrailerNames()Gets the preliminary declaration of trailing headers. | 
| boolean | isChunked()Tests the chunked transfer hint for this entity. | 
long getContentLength()
0.String getContentType()
null.String getContentEncoding()
null.boolean isChunked()
The behavior of wrapping entities is implementation dependent, but should respect the primary purpose.
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.