Uses of Class
org.apache.hc.core5.http.nio.support.classic.SharedInputBuffer
-
Packages that use SharedInputBuffer 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 SharedInputBuffer in org.apache.hc.core5.http.nio.support.classic
Fields in org.apache.hc.core5.http.nio.support.classic declared as SharedInputBuffer Modifier and Type Field Description private SharedInputBufferAbstractClassicEntityConsumer. bufferDeprecated.private SharedInputBufferClassicToAsyncResponseConsumer.InternalInputStream. bufferprivate SharedInputBufferAbstractClassicServerExchangeHandler. inputBufferDeprecated.Fields in org.apache.hc.core5.http.nio.support.classic with type parameters of type SharedInputBuffer Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<SharedInputBuffer>ClassicToAsyncResponseConsumer. bufferRefprivate java.util.concurrent.atomic.AtomicReference<SharedInputBuffer>ClassicToAsyncServerExchangeHandler. inputBufferRefMethods in org.apache.hc.core5.http.nio.support.classic that return SharedInputBuffer Modifier and Type Method Description (package private) SharedInputBufferClassicToAsyncServerExchangeHandler. inputBuffer()Constructors in org.apache.hc.core5.http.nio.support.classic with parameters of type SharedInputBuffer Constructor Description InternalInputStream(SharedInputBuffer buffer)
-