Uses of Class
org.apache.http.nio.util.ExpandableBuffer
-
Packages that use ExpandableBuffer Package Description 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 Modifier and Type Class Description class
SessionInputBufferImpl
Default implementation ofSessionInputBuffer
based on theExpandableBuffer
class.class
SessionOutputBufferImpl
Default implementation ofSessionOutputBuffer
based on theExpandableBuffer
class. -
Uses of ExpandableBuffer in org.apache.http.nio.util
Subclasses of ExpandableBuffer in org.apache.http.nio.util Modifier and Type Class Description class
SharedInputBuffer
Implementation of theContentInputBuffer
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 theContentOutputBuffer
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 theContentInputBuffer
interface.class
SimpleOutputBuffer
Basic implementation of theContentOutputBuffer
interface.
-