Methods Summary |
---|
public void | consumeContent()
wrappedEntity.consumeContent();
|
public java.io.InputStream | getContent()
return wrappedEntity.getContent();
|
public org.apache.http.Header | getContentEncoding()
return wrappedEntity.getContentEncoding();
|
public long | getContentLength()
return wrappedEntity.getContentLength();
|
public org.apache.http.Header | getContentType()
return wrappedEntity.getContentType();
|
public boolean | isChunked()
return wrappedEntity.isChunked();
|
public boolean | isRepeatable()
return wrappedEntity.isRepeatable();
|
public boolean | isStreaming()
return wrappedEntity.isStreaming();
|
public void | writeTo(java.io.OutputStream outstream)
wrappedEntity.writeTo(outstream);
|