Uses of Interface
org.apache.http.io.BufferInfo
-
Packages that use BufferInfo Package Description org.apache.http.impl.io Default implementations of message parses and writers for synchronous, blocking communication.org.apache.http.impl.nio.codecs Default implementations of message parses and writers for asynchronous, even driven communication.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.io
Classes in org.apache.http.impl.io that implement BufferInfo Modifier and Type Class Description classAbstractSessionInputBufferDeprecated.(4.3) useSessionInputBufferImplclassAbstractSessionOutputBufferDeprecated.(4.3) useSessionOutputBufferImplclassSessionInputBufferImplAbstract base class for session input buffers that stream data from an arbitraryInputStream.classSessionOutputBufferImplAbstract base class for session output buffers that stream data to an arbitraryOutputStream.classSocketInputBufferDeprecated.(4.3) useSessionInputBufferImplclassSocketOutputBufferDeprecated.(4.3) useSessionOutputBufferImpl -
Uses of BufferInfo in org.apache.http.impl.nio.codecs
Fields in org.apache.http.impl.nio.codecs declared as BufferInfo Modifier and Type Field Description private BufferInfoChunkEncoder. bufferinfo -
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 classSessionInputBufferImplDefault implementation ofSessionInputBufferbased on theExpandableBufferclass.classSessionOutputBufferImplDefault implementation ofSessionOutputBufferbased on theExpandableBufferclass. -
Uses of BufferInfo in org.apache.http.nio.util
Classes in org.apache.http.nio.util that implement BufferInfo Modifier and Type Class Description classExpandableBufferA buffer that expand its capacity on demand usingByteBufferAllocatorinterface.classSharedInputBufferImplementation of theContentInputBufferinterface that can be shared by multiple threads, usually the I/O dispatch of an I/O reactor and a worker thread.classSharedOutputBufferImplementation of theContentOutputBufferinterface that can be shared by multiple threads, usually the I/O dispatch of an I/O reactor and a worker thread.classSimpleInputBufferBasic implementation of theContentInputBufferinterface.classSimpleOutputBufferBasic implementation of theContentOutputBufferinterface.
-