Uses of Interface
org.apache.http.nio.util.ContentInputBuffer
Packages that use ContentInputBuffer
Package
Description
Core HTTP entity implementations with support for
asynchronous, event driven communication.
Core utility classes for asynchronous, event driven communication.
-
Uses of ContentInputBuffer in org.apache.http.nio.entity
Constructors in org.apache.http.nio.entity with parameters of type ContentInputBufferModifierConstructorDescriptionContentBufferEntity(org.apache.http.HttpEntity entity, ContentInputBuffer buffer) Creates new instance of ContentBufferEntity.ContentInputStream(ContentInputBuffer buffer) -
Uses of ContentInputBuffer in org.apache.http.nio.util
Classes in org.apache.http.nio.util that implement ContentInputBufferModifier and TypeClassDescriptionclassImplementation of theContentInputBufferinterface 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.