Uses of Class
org.apache.hc.core5.http.nio.support.classic.SharedOutputBuffer
-
Packages that use SharedOutputBuffer Package Description org.apache.hc.core5.http.nio.support.classic Support classes for the asynchronous I/O model that emulate behavior of the classic (blocking) I/O model. -
-
Uses of SharedOutputBuffer in org.apache.hc.core5.http.nio.support.classic
Fields in org.apache.hc.core5.http.nio.support.classic declared as SharedOutputBuffer Modifier and Type Field Description private SharedOutputBufferAbstractClassicEntityProducer. bufferDeprecated.private SharedOutputBufferClassicToAsyncRequestProducer.InternalOutputStream. bufferprivate SharedOutputBufferClassicToAsyncServerExchangeHandler.InternalOutputStream. bufferprivate SharedOutputBufferAbstractClassicServerExchangeHandler. outputBufferDeprecated.Fields in org.apache.hc.core5.http.nio.support.classic with type parameters of type SharedOutputBuffer Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<SharedOutputBuffer>ClassicToAsyncRequestProducer. bufferRefprivate java.util.concurrent.atomic.AtomicReference<SharedOutputBuffer>ClassicToAsyncServerExchangeHandler. outputBufferRefMethods in org.apache.hc.core5.http.nio.support.classic that return SharedOutputBuffer Modifier and Type Method Description (package private) SharedOutputBufferClassicToAsyncServerExchangeHandler. outputBuffer()Constructors in org.apache.hc.core5.http.nio.support.classic with parameters of type SharedOutputBuffer Constructor Description InternalOutputStream(SharedOutputBuffer buffer)InternalOutputStream(SharedOutputBuffer buffer)
-