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 TypeClassDescriptionclassDefault implementation ofSessionInputBufferbased on theExpandableBufferclass.classDefault implementation ofSessionOutputBufferbased on theExpandableBufferclass. -
Uses of BufferInfo in org.apache.http.nio.util
Classes in org.apache.http.nio.util that implement BufferInfoModifier and TypeClassDescriptionclassA buffer that expand its capacity on demand usingByteBufferAllocatorinterface.classImplementation of theContentInputBufferinterface that can be shared by multiple threads, usually the I/O dispatch of an I/O reactor and a worker thread.classImplementation of theContentOutputBufferinterface that can be shared by multiple threads, usually the I/O dispatch of an I/O reactor and a worker thread.classBasic implementation of theContentInputBufferinterface.classBasic implementation of theContentOutputBufferinterface.