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 class
SharedInputBuffer
Fields in org.apache.hc.core5.http.nio.support.classic declared as ContentInputBuffer Modifier and Type Field Description private ContentInputBuffer
ContentInputStream. buffer
Constructors in org.apache.hc.core5.http.nio.support.classic with parameters of type ContentInputBuffer Constructor Description ContentInputStream(ContentInputBuffer buffer)
-