|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.http.entity.HttpEntityWrapper
de.undercouch.gradle.tasks.download.internal.CustomContentEncodingEntity
public class CustomContentEncodingEntity
Wraps around HttpEntity and replaces its content type
| Field Summary |
|---|
| Fields inherited from class org.apache.http.entity.HttpEntityWrapper |
|---|
wrappedEntity |
| Constructor Summary | |
|---|---|
CustomContentEncodingEntity(org.apache.http.HttpEntity wrappedEntity,
org.apache.http.Header contentEncoding)
Create the HTTP entity |
|
| Method Summary | |
|---|---|
org.apache.http.Header |
getContentEncoding()
|
| Methods inherited from class org.apache.http.entity.HttpEntityWrapper |
|---|
consumeContent, getContent, getContentLength, getContentType, isChunked, isRepeatable, isStreaming, writeTo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CustomContentEncodingEntity(org.apache.http.HttpEntity wrappedEntity,
org.apache.http.Header contentEncoding)
wrappedEntity - the entity to wrap aroundcontentEncoding - the custom content encoding| Method Detail |
|---|
public org.apache.http.Header getContentEncoding()
getContentEncoding in interface org.apache.http.HttpEntitygetContentEncoding in class org.apache.http.entity.HttpEntityWrapper
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||