Package | Description |
---|---|
org.apache.http.impl.nio |
Default implementations of HTTP connections for asynchronous,
even driven communication.
|
org.apache.http.impl.nio.pool |
Default implementations of client side connection pools
for asynchronous, even driven communication.
|
org.apache.http.impl.nio.reactor |
Default implementation of event driven network communication APIs
based on Java NIO.
|
org.apache.http.nio.entity |
Core HTTP entity implementations with support for
asynchronous, event driven communication.
|
org.apache.http.nio.protocol |
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
|
org.apache.http.nio.util |
Core utility classes for asynchronous, event driven communication.
|
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
Generic content input buffer.
|
ContentOutputBuffer
Generic content output buffer.
|
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
Generic content input buffer.
|
ContentOutputBuffer
Generic content output buffer.
|
DirectByteBufferAllocator
Allocates
ByteBuffer instances using
ByteBuffer.allocateDirect(int) . |
ExpandableBuffer
A buffer that expand its capacity on demand using
ByteBufferAllocator
interface. |
HeapByteBufferAllocator
Allocates
ByteBuffer instances using
ByteBuffer.allocate(int) . |
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.