|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.http.entity | |
---|---|
org.apache.http.entity | Representations for HTTP message entities. |
org.apache.http.impl.entity | Default implementations for interfaces in
org.apache.http.entity and provides utility
classes for serialization and deserialization of HTTP content entities. |
org.apache.http.impl.nio | Default implementations for interfaces in
org.apache.http.nio . |
org.apache.http.nio.entity | Representations for non-blocking HTTP message entities. |
Classes in org.apache.http.entity used by org.apache.http.entity | |
---|---|
AbstractHttpEntity
Abstract base class for entities. |
|
ContentProducer
An abstract entity content producer. |
|
HttpEntityWrapper
Base class for wrapping entities. |
Classes in org.apache.http.entity used by org.apache.http.impl.entity | |
---|---|
BasicHttpEntity
A generic streamed, non-repeatable entity that obtains its content from an InputStream . |
|
ContentLengthStrategy
Represents a strategy to determine length of the enclosed content entity based on properties of the HTTP message. |
Classes in org.apache.http.entity used by org.apache.http.impl.nio | |
---|---|
ContentLengthStrategy
Represents a strategy to determine length of the enclosed content entity based on properties of the HTTP message. |
Classes in org.apache.http.entity used by org.apache.http.nio.entity | |
---|---|
AbstractHttpEntity
Abstract base class for entities. |
|
BasicHttpEntity
A generic streamed, non-repeatable entity that obtains its content from an InputStream . |
|
ByteArrayEntity
A self contained, repeatable entity that obtains its content from a byte array. |
|
FileEntity
A self contained, repeatable entity that obtains its content from a file. |
|
HttpEntityWrapper
Base class for wrapping entities. |
|
StringEntity
A self contained, repeatable entity that obtains its content from a String . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |