Uses of Interface
org.apache.http.nio.util.ContentInputBuffer
-
Packages that use ContentInputBuffer Package Description org.apache.http.nio.entity Core HTTP entity implementations with support for asynchronous, event driven communication.org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication.org.apache.http.nio.util Core utility classes for asynchronous, event driven communication. -
-
Uses of ContentInputBuffer in org.apache.http.nio.entity
Fields in org.apache.http.nio.entity declared as ContentInputBuffer Modifier and Type Field Description private ContentInputBufferContentInputStream. bufferConstructors in org.apache.http.nio.entity with parameters of type ContentInputBuffer Constructor Description ContentBufferEntity(HttpEntity entity, ContentInputBuffer buffer)Creates new instance of ContentBufferEntity.ContentInputStream(ContentInputBuffer buffer) -
Uses of ContentInputBuffer in org.apache.http.nio.protocol
Methods in org.apache.http.nio.protocol that return ContentInputBuffer Modifier and Type Method Description ContentInputBufferThrottlingHttpClientHandler.ClientConnState. getInbuffer()ContentInputBufferThrottlingHttpServiceHandler.ServerConnState. getInbuffer() -
Uses of ContentInputBuffer in org.apache.http.nio.util
Classes in org.apache.http.nio.util that implement ContentInputBuffer Modifier and Type Class Description classSharedInputBufferImplementation of theContentInputBufferinterface 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.
-