Package | Description |
---|---|
org.apache.http.nio.entity |
Common HTTP entity implementations with extensions for
asynchronous (non-blocking) data transfer.
|
org.apache.http.nio.util |
Various buffering primitives intended to facilitate content streaming for
non-blocking HTTP connections.
|
Constructor and Description |
---|
ContentOutputStream(ContentOutputBuffer buffer) |
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. |
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.