Uses of Interface
org.apache.hc.core5.http.nio.support.classic.ContentInputBuffer
-
Packages that use ContentInputBuffer 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 ContentInputBuffer in org.apache.hc.core5.http.nio.support.classic
Classes in org.apache.hc.core5.http.nio.support.classic that implement ContentInputBuffer Modifier and Type Class Description classSharedInputBufferFields in org.apache.hc.core5.http.nio.support.classic declared as ContentInputBuffer Modifier and Type Field Description private ContentInputBufferClassicToAsyncServerExchangeHandler.InternalInputStream. bufferprivate ContentInputBufferContentInputStream. bufferConstructors in org.apache.hc.core5.http.nio.support.classic with parameters of type ContentInputBuffer Constructor Description ContentInputStream(ContentInputBuffer buffer)InternalInputStream(ContentInputBuffer buffer)
-