Uses of Interface
org.apache.http.nio.util.ContentOutputBuffer
-
Packages that use ContentOutputBuffer 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 ContentOutputBuffer in org.apache.http.nio.entity
Fields in org.apache.http.nio.entity declared as ContentOutputBuffer Modifier and Type Field Description private ContentOutputBufferContentOutputStream. bufferConstructors in org.apache.http.nio.entity with parameters of type ContentOutputBuffer Constructor Description ContentOutputStream(ContentOutputBuffer buffer) -
Uses of ContentOutputBuffer in org.apache.http.nio.protocol
Methods in org.apache.http.nio.protocol that return ContentOutputBuffer Modifier and Type Method Description ContentOutputBufferThrottlingHttpClientHandler.ClientConnState. getOutbuffer()ContentOutputBufferThrottlingHttpServiceHandler.ServerConnState. getOutbuffer() -
Uses of ContentOutputBuffer in org.apache.http.nio.util
Classes in org.apache.http.nio.util that implement ContentOutputBuffer Modifier and Type Class Description classSharedOutputBufferImplementation of theContentOutputBufferinterface that can be shared by multiple threads, usually the I/O dispatch of an I/O reactor and a worker thread.classSimpleOutputBufferBasic implementation of theContentOutputBufferinterface.
-