Uses of Interface
org.apache.hc.core5.http.nio.support.classic.ContentOutputBuffer
-
Packages that use ContentOutputBuffer 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 ContentOutputBuffer in org.apache.hc.core5.http.nio.support.classic
Classes in org.apache.hc.core5.http.nio.support.classic that implement ContentOutputBuffer Modifier and Type Class Description classSharedOutputBufferFields in org.apache.hc.core5.http.nio.support.classic declared as ContentOutputBuffer Modifier and Type Field Description private ContentOutputBufferContentOutputStream. bufferConstructors in org.apache.hc.core5.http.nio.support.classic with parameters of type ContentOutputBuffer Constructor Description ContentOutputStream(ContentOutputBuffer buffer)
-