Uses of Interface
org.apache.http.nio.util.ContentOutputBuffer

Packages that use ContentOutputBuffer
org.apache.http.nio.entity Core HTTP entity implementations with support for asynchronous, event driven communication. 
org.apache.http.nio.util Core utility classes for asynchronous, event driven communication. 
 

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 thread.
 class SimpleOutputBuffer
          Basic implementation of the ContentOutputBuffer interface.
 



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.