Package | Description |
---|---|
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.
|
Class and Description |
---|
AbstractHttpEntity
Abstract base class for entities.
|
ContentProducer
An abstract entity content producer.
|
HttpEntityWrapper
Base class for wrapping entities.
|
Class and Description |
---|
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.
|
Class and Description |
---|
ContentLengthStrategy
Represents a strategy to determine length of the enclosed content entity
based on properties of the HTTP message.
|
Class and Description |
---|
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 . |
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.