public interface EntityDetails
Modifier and Type | Method and Description |
---|---|
String |
getContentEncoding()
Returns content encoding of the entity, if known.
|
long |
getContentLength()
Returns length of the entity, if known.
|
String |
getContentType()
Returns content type of the entity, if known.
|
Set<String> |
getTrailerNames()
Preliminary declaration of trailing headers.
|
boolean |
isChunked()
Returns chunked transfer hint for this entity.
|
String getContentEncoding()
long getContentLength()
String getContentType()
boolean isChunked()
The behavior of wrapping entities is implementation dependent, but should respect the primary purpose.