Uses of Interface
org.apache.http.nio.util.BufferInfo
Packages that use BufferInfo
Package
Description
Default implementation of event driven network communication APIs
based on Java NIO.
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 BufferInfoModifier and TypeClassDescriptionclass
Default implementation ofSessionInputBuffer
based on theExpandableBuffer
class.class
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 BufferInfoModifier and TypeClassDescriptionclass
A buffer that expand its capacity on demand usingByteBufferAllocator
interface.class
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
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
Basic implementation of theContentInputBuffer
interface.class
Basic implementation of theContentOutputBuffer
interface.