Uses of Class
org.apache.hc.core5.http.impl.nio.ExpandableBuffer
-
Packages that use ExpandableBuffer Package Description org.apache.hc.core5.http.impl.nio Default implementation of HTTP/1.1 transport based on the asynchronous (non-blocking) I/O model.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 ExpandableBuffer in org.apache.hc.core5.http.impl.nio
Subclasses of ExpandableBuffer in org.apache.hc.core5.http.impl.nio Modifier and Type Class Description class
BufferedData
A buffer that expand its capacity on demand.(package private) class
SessionInputBufferImpl
(package private) class
SessionOutputBufferImpl
-
Uses of ExpandableBuffer in org.apache.hc.core5.http.nio.support.classic
Subclasses of ExpandableBuffer in org.apache.hc.core5.http.nio.support.classic Modifier and Type Class Description (package private) class
AbstractSharedBuffer
class
SharedInputBuffer
class
SharedOutputBuffer
-