| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
private ContentInputBuffer |
ContentInputStream.buffer |
| Constructor and Description |
|---|
ContentBufferEntity(HttpEntity entity,
ContentInputBuffer buffer)
Creates new instance of ContentBufferEntity.
|
ContentInputStream(ContentInputBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
ContentInputBuffer |
ThrottlingHttpServiceHandler.ServerConnState.getInbuffer() |
ContentInputBuffer |
ThrottlingHttpClientHandler.ClientConnState.getInbuffer() |
| Modifier and Type | Class and Description |
|---|---|
class |
SharedInputBuffer
Implementation of the
ContentInputBuffer interface that can be
shared by multiple threads, usually the I/O dispatch of an I/O reactor and
a worker thread. |
class |
SimpleInputBuffer
Basic implementation of the
ContentInputBuffer interface. |