public class GzipCompressingEntity extends HttpEntityWrapper
writing
.Constructor and Description |
---|
GzipCompressingEntity(HttpEntity entity) |
Modifier and Type | Method and Description |
---|---|
InputStream |
getContent() |
String |
getContentEncoding() |
long |
getContentLength() |
boolean |
isChunked() |
void |
writeTo(OutputStream outStream) |
close, getContentType, getTrailerNames, getTrailers, isRepeatable, isStreaming, toString
public GzipCompressingEntity(HttpEntity entity)
public String getContentEncoding()
getContentEncoding
in interface EntityDetails
getContentEncoding
in class HttpEntityWrapper
public long getContentLength()
getContentLength
in interface EntityDetails
getContentLength
in class HttpEntityWrapper
public boolean isChunked()
isChunked
in interface EntityDetails
isChunked
in class HttpEntityWrapper
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
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.