public class DecompressingEntity extends HttpEntityWrapper
HttpEntity
implementations.Constructor and Description |
---|
DecompressingEntity(HttpEntity wrapped,
InputStreamFactory inputStreamFactory)
Constructs a new
DecompressingEntity . |
Modifier and Type | Method and Description |
---|---|
InputStream |
getContent() |
String |
getContentEncoding() |
long |
getContentLength() |
void |
writeTo(OutputStream outStream) |
close, getContentType, getTrailerNames, getTrailers, isChunked, isRepeatable, isStreaming, toString
public DecompressingEntity(HttpEntity wrapped, InputStreamFactory inputStreamFactory)
DecompressingEntity
.wrapped
- the non-null HttpEntity
to be wrappedinputStreamFactory
- factory to create decompressing stream.public InputStream getContent() throws IOException
getContent
in interface HttpEntity
getContent
in class HttpEntityWrapper
IOException
public void writeTo(OutputStream outStream) throws IOException
writeTo
in interface HttpEntity
writeTo
in class HttpEntityWrapper
IOException
public String getContentEncoding()
getContentEncoding
in interface EntityDetails
getContentEncoding
in class HttpEntityWrapper
public long getContentLength()
getContentLength
in interface EntityDetails
getContentLength
in class HttpEntityWrapper
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.