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

Packages that use BufferInfo
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 BufferInfo in org.apache.http.impl.nio.reactor
 

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

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

Classes in org.apache.http.nio.util that implement BufferInfo
 class ExpandableBuffer
          A buffer that expand its capacity on demand using ByteBufferAllocator interface.
 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-2012 The Apache Software Foundation. All Rights Reserved.