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

Packages that use ExpandableBuffer
org.apache.http.impl.nio.reactor Default implementation of event driven network communication APIs based on Java NIO. 
org.apache.http.nio.util Core utility classes for asynchronous, event driven communication. 
 

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–2021 The Apache Software Foundation. All rights reserved.