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

Packages that use ContentInputBuffer
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. 
 

Uses of ContentInputBuffer in org.apache.http.nio.entity
 

Constructors in org.apache.http.nio.entity with parameters of type ContentInputBuffer
ContentBufferEntity(HttpEntity entity, ContentInputBuffer buffer)
          Creates new instance of ContentBufferEntity.
ContentInputStream(ContentInputBuffer buffer)
           
 

Uses of ContentInputBuffer in org.apache.http.nio.util
 

Classes in org.apache.http.nio.util that implement ContentInputBuffer
 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.
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.