Package | Description |
---|---|
org.apache.http.entity |
Common HTTP entity implementations.
|
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 |
Common HTTP entity implementations with extensions for
asynchronous (non-blocking) data transfer.
|
org.apache.http.nio.protocol |
Asynchronous HTTP protocol handlers based on the non-blocking I/O model.
|
Class and Description |
---|
AbstractHttpEntity
Abstract base class for entities.
|
ContentProducer
An abstract entity content producer.
|
ContentType
Content type information consisting of a MIME type and an optional charset.
|
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 . |
ContentType
Content type information consisting of a MIME type and an optional charset.
|
HttpEntityWrapper
Base class for wrapping entities.
|
Class and Description |
---|
ContentType
Content type information consisting of a MIME type and an optional charset.
|
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.