Uses of Class
org.apache.http.nio.util.ExpandableBuffer

Packages that use ExpandableBuffer
org.apache.http.impl.nio.reactor Default implementations for interfaces in org.apache.http.nio including default I/O reactor implementations and support for SSL/TLS transport security. 
org.apache.http.nio.util Various buffering primitives intended to facilitate content streaming for non-blocking HTTP connections. 
 

Uses of ExpandableBuffer in org.apache.http.impl.nio.reactor
 

Subclasses of ExpandableBuffer in org.apache.http.impl.nio.reactor
 class SessionInputBufferImpl
          Default implementation of SessionInputBuffer based on the ExpandableBuffer class.
 class SessionOutputBufferImpl
          Default implementation of SessionOutputBuffer based on the ExpandableBuffer class.
 

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

Subclasses of ExpandableBuffer in org.apache.http.nio.util
 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 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 SimpleInputBuffer
          Basic implementation of the ContentInputBuffer interface.
 class SimpleOutputBuffer
          Basic implementation of the ContentOutputBuffer interface.
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.