Package | Description |
---|---|
org.apache.http.entity |
Representations for HTTP message entities.
|
org.apache.http.nio.entity |
Representations for non-blocking HTTP message entities.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferedHttpEntity
A wrapping entity that buffers it content if necessary.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferingNHttpEntity
A
ConsumingNHttpEntity that consumes content into a buffer. |
class |
ConsumingNHttpEntityTemplate
A
ConsumingNHttpEntity that forwards available content to a
ContentListener . |
class |
NHttpEntityWrapper
ProducingNHttpEntity compatibility adaptor for blocking HTTP
entities. |
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.