|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentOutputBuffer | |
---|---|
org.apache.http.nio.entity | Representations for non-blocking HTTP message entities. |
org.apache.http.nio.util | Various buffering primitives intended to facilitate content streaming for non-blocking HTTP connections. |
Uses of ContentOutputBuffer in org.apache.http.nio.entity |
---|
Constructors in org.apache.http.nio.entity with parameters of type ContentOutputBuffer | |
---|---|
ContentOutputStream(ContentOutputBuffer buffer)
|
Uses of ContentOutputBuffer in org.apache.http.nio.util |
---|
Classes in org.apache.http.nio.util that implement ContentOutputBuffer | |
---|---|
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 tread. |
class |
SimpleOutputBuffer
Simple implementation of the ContentOutputBuffer interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |