Package | Description |
---|---|
org.apache.http.entity |
Common HTTP entity implementations.
|
org.apache.http.impl |
Default implementations for interfaces in
org.apache.http . |
org.apache.http.impl.io |
Default implementations for interfaces in
org.apache.http.io . |
org.apache.http.message |
Basic HTTP message implementations.
|
org.apache.http.params |
The parameterization framework for HTTP components.
|
org.apache.http.protocol |
HTTP protocol execution framework and synchronous HTTP protocol handlers
based on the blocking I/O model.
|
org.apache.http.util |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpEntity
Abstract base class for entities.
|
class |
BasicHttpEntity
A generic streamed, non-repeatable entity that obtains its content
from an
InputStream . |
class |
BufferedHttpEntity
A wrapping entity that buffers it content if necessary.
|
class |
ByteArrayEntity
A self contained, repeatable entity that obtains its content from a byte array.
|
class |
FileEntity
A self contained, repeatable entity that obtains its content from a file.
|
class |
HttpEntityWrapper
Base class for wrapping entities.
|
class |
InputStreamEntity
A streamed, non-repeatable entity that obtains its content from
an
InputStream . |
class |
SerializableEntity
A streamed entity that obtains its content from a
Serializable . |
class |
StringEntity
A self contained, repeatable entity that obtains its content from
a
String . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpClientConnection
Abstract client-side HTTP connection capable of transmitting and receiving
data using arbitrary
SessionInputBuffer and
SessionOutputBuffer implementations. |
class |
AbstractHttpServerConnection
Abstract server-side HTTP connection capable of transmitting and receiving
data using arbitrary
SessionInputBuffer and
SessionOutputBuffer implementations. |
class |
DefaultHttpClientConnection
Default implementation of a client-side HTTP connection.
|
class |
DefaultHttpServerConnection
Default implementation of a server-side HTTP connection.
|
class |
HttpConnectionMetricsImpl
Default implementation of the
HttpConnectionMetrics interface. |
class |
SocketHttpClientConnection
Implementation of a client-side HTTP connection that can be bound to an
arbitrary
Socket for receiving data from and transmitting data to
a remote server. |
class |
SocketHttpServerConnection
Implementation of a server-side HTTP connection that can be bound to a
network Socket in order to receive and transmit data.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageParser<T extends HttpMessage>
Abstract base class for HTTP message parsers that obtain input from
an instance of
SessionInputBuffer . |
class |
AbstractMessageWriter<T extends HttpMessage>
Abstract base class for HTTP message writers that serialize output to
an instance of
SessionOutputBuffer . |
class |
AbstractSessionInputBuffer
Abstract base class for session input buffers that stream data from
an arbitrary
InputStream . |
class |
AbstractSessionOutputBuffer
Abstract base class for session output buffers that stream data to
an arbitrary
OutputStream . |
class |
ChunkedInputStream
Implements chunked transfer coding.
|
class |
ChunkedOutputStream
Implements chunked transfer coding.
|
class |
ContentLengthInputStream
Input stream that cuts off after a defined number of bytes.
|
class |
ContentLengthOutputStream
Output stream that cuts off after a defined number of bytes.
|
class |
DefaultHttpRequestParser
HTTP request parser that obtain its input from an instance
of
SessionInputBuffer . |
class |
DefaultHttpResponseParser
HTTP response parser that obtain its input from an instance
of
SessionInputBuffer . |
class |
HttpRequestParser
Deprecated.
(4.2) use
DefaultHttpRequestParser |
class |
HttpRequestWriter
HTTP request writer that serializes its output to an instance
of
SessionOutputBuffer . |
class |
HttpResponseParser
Deprecated.
(4.2) use
DefaultHttpResponseParser |
class |
HttpResponseWriter
HTTP response writer that serializes its output to an instance
of
SessionOutputBuffer . |
class |
HttpTransportMetricsImpl
Default implementation of
HttpTransportMetrics . |
class |
IdentityInputStream
Input stream that reads data without any transformation.
|
class |
IdentityOutputStream
Output stream that writes data without any transformation.
|
class |
SocketInputBuffer
SessionInputBuffer implementation bound to a Socket . |
class |
SocketOutputBuffer
SessionOutputBuffer implementation bound to a Socket . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpMessage
Basic implementation of
HttpMessage . |
class |
BasicHeaderElement
Basic implementation of
HeaderElement |
class |
BasicHeaderElementIterator
Basic implementation of a
HeaderElementIterator . |
class |
BasicHeaderIterator
Basic implementation of a
HeaderIterator . |
class |
BasicHttpEntityEnclosingRequest
Basic implementation of
HttpEntityEnclosingRequest . |
class |
BasicHttpRequest
Basic implementation of
HttpRequest . |
class |
BasicHttpResponse
Basic implementation of
HttpResponse . |
class |
BasicListHeaderIterator
Implementation of a
HeaderIterator based on a List . |
class |
BasicTokenIterator
Basic implementation of a
TokenIterator . |
class |
BufferedHeader
This class represents a raw HTTP header whose content is parsed 'on demand'
only when the header value needs to be consumed.
|
class |
HeaderGroup
A class for combining a set of headers.
|
class |
ParserCursor
This class represents a context of a parsing operation:
the current position the parsing operation is expected to start at
the bounds limiting the scope of the parsing operation
|
Modifier and Type | Class and Description |
---|---|
class |
BasicHttpParams
Default implementation of
HttpParams interface. |
Modifier and Type | Class and Description |
---|---|
class |
BasicHttpContext
Default implementation of
HttpContext . |
class |
BasicHttpProcessor
Default implementation of
HttpProcessor . |
class |
DefaultedHttpContext
HttpContext implementation that delegates resolution of an attribute
to the given default HttpContext instance if the attribute is not
present in the local one. |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayBuffer
A resizable byte array.
|
class |
CharArrayBuffer
A resizable char array.
|
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.