org.apache.http | The core HTTP components (HttpCore). |
org.apache.http.contrib.benchmark | |
org.apache.http.contrib.compress | |
org.apache.http.contrib.logging | |
org.apache.http.contrib.sip | |
org.apache.http.contrib.spring | |
org.apache.http.entity | Representations for HTTP message entities. |
org.apache.http.examples | |
org.apache.http.examples.nio | |
org.apache.http.impl | Default implementations for interfaces in org.apache.http . |
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.io | Default implementations for interfaces in org.apache.http.io . |
org.apache.http.impl.nio | Default implementations for interfaces in org.apache.http.nio . |
org.apache.http.impl.nio.codecs | Default implementations for interfaces in org.apache.http.nio.codecs . |
org.apache.http.impl.nio.reactor | Default implementations for interfaces in org.apache.http.nio including default I/O reactor implementations and support for SSL/TLS transport security. |
org.apache.http.io | The blocking I/O abstraction of the HTTP components. |
org.apache.http.message | A selection of HTTP message implementations. |
org.apache.http.mockup | |
org.apache.http.nio | The core HTTP components based on non-blocking I/O model (HttpCore NIO). |
org.apache.http.nio.entity | Representations for non-blocking HTTP message entities. |
org.apache.http.nio.params | HTTP parameters for I/O reactors based on NIO model. |
org.apache.http.nio.protocol | Non-blocking HTTP protocol execution framework. |
org.apache.http.nio.reactor | API for event driven NIO based on Doug Lea 's reactor pattern . |
org.apache.http.nio.util | Various buffering primitives intended to facilitate content streaming for non-blocking HTTP connections. |
org.apache.http.params | The parameterization framework for HTTP components. |
org.apache.http.protocol | HTTP protocol execution framework. |
org.apache.http.util | Resizable byte and char arrays and various utility classes with static helper methods. |