Uses of Interface
org.apache.http.nio.util.BufferInfo
-
Packages that use BufferInfo 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 BufferInfo in org.apache.http.impl.nio.reactor
Classes in org.apache.http.impl.nio.reactor that implement BufferInfo 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 BufferInfo in org.apache.http.nio.util
Classes in org.apache.http.nio.util that implement BufferInfo Modifier and Type Class Description class
ExpandableBuffer
A buffer that expand its capacity on demand usingByteBufferAllocator
interface.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.
-