Uses of Interface
org.apache.http.io.BufferInfo
Packages that use BufferInfo
Package
Description
Default implementations of message parses and writers
for synchronous, blocking communication.
Default implementations of message parses and writers
for asynchronous, even driven communication.
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.io
Classes in org.apache.http.impl.io that implement BufferInfoModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.(4.3) useSessionOutputBufferImpl
class
Abstract base class for session input buffers that stream data from an arbitraryInputStream
.class
Abstract base class for session output buffers that stream data to an arbitraryOutputStream
.class
Deprecated.(4.3) useSessionInputBufferImpl
class
Deprecated.(4.3) useSessionOutputBufferImpl
-
Uses of BufferInfo in org.apache.http.impl.nio.codecs
Fields in org.apache.http.impl.nio.codecs declared as BufferInfo -
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.
SessionInputBufferImpl