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 ContentOutputBuffer |
ContentOutputStream.buffer |
Constructor and Description |
---|
ContentOutputStream(ContentOutputBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
ContentOutputBuffer |
ThrottlingHttpClientHandler.ClientConnState.getOutbuffer() |
ContentOutputBuffer |
ThrottlingHttpServiceHandler.ServerConnState.getOutbuffer() |
Modifier and Type | Class and Description |
---|---|
class |
SharedOutputBuffer
Implementation of the
ContentOutputBuffer interface that can be
shared by multiple threads, usually the I/O dispatch of an I/O reactor and
a worker thread. |
class |
SimpleOutputBuffer
Basic implementation of the
ContentOutputBuffer interface. |