Uses of Interface
org.apache.http.nio.util.ContentOutputBuffer
Packages that use ContentOutputBuffer
Package
Description
Core HTTP entity implementations with support for
asynchronous, event driven communication.
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
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 ContentOutputBufferConstructors in org.apache.http.nio.entity with parameters of type ContentOutputBuffer -
Uses of ContentOutputBuffer in org.apache.http.nio.protocol
Methods in org.apache.http.nio.protocol that return ContentOutputBufferModifier and TypeMethodDescriptionThrottlingHttpClientHandler.ClientConnState.getOutbuffer()
ThrottlingHttpServiceHandler.ServerConnState.getOutbuffer()
-
Uses of ContentOutputBuffer in org.apache.http.nio.util
Classes in org.apache.http.nio.util that implement ContentOutputBufferModifier and TypeClassDescriptionclass
Implementation of theContentOutputBuffer
interface that can be shared by multiple threads, usually the I/O dispatch of an I/O reactor and a worker thread.class
Basic implementation of theContentOutputBuffer
interface.