Package | Description |
---|---|
org.apache.http.impl.nio |
Default implementations for interfaces in
org.apache.http.nio . |
org.apache.http.impl.nio.pool |
Basic implementations for interfaces in
org.apache.http.nio.pool . |
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.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.
|
org.apache.http.nio.util |
Various buffering primitives intended to facilitate content streaming for
non-blocking HTTP connections.
|
Class and Description |
---|
ByteBufferAllocator
Abstract interface to allocate
ByteBuffer instances. |
Class and Description |
---|
ByteBufferAllocator
Abstract interface to allocate
ByteBuffer instances. |
Class and Description |
---|
BufferInfo
Deprecated.
(4.1) Use
BufferInfo |
ByteBufferAllocator
Abstract interface to allocate
ByteBuffer instances. |
ExpandableBuffer
A buffer that expand its capacity on demand using
ByteBufferAllocator
interface. |
Class and Description |
---|
ByteBufferAllocator
Abstract interface to allocate
ByteBuffer instances. |
ContentInputBuffer
Buffer for storing content streamed out from a
ContentDecoder . |
ContentOutputBuffer
Buffer for storing content to be streamed out to a
ContentEncoder . |
Class and Description |
---|
ByteBufferAllocator
Abstract interface to allocate
ByteBuffer instances. |
Class and Description |
---|
BufferInfo
Deprecated.
(4.1) Use
BufferInfo |
ByteBufferAllocator
Abstract interface to allocate
ByteBuffer instances. |
ContentInputBuffer
Buffer for storing content streamed out from a
ContentDecoder . |
ContentOutputBuffer
Buffer for storing content to be streamed out to a
ContentEncoder . |
ExpandableBuffer
A buffer that expand its capacity on demand using
ByteBufferAllocator
interface. |
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.