Uses of Class
org.apache.hc.core5.http.impl.io.AbstractMessageWriter
Packages that use AbstractMessageWriter
Package
Description
Default implementation of HTTP/1.1 transport based on the classic
(blocking) I/O model.
-
Uses of AbstractMessageWriter in org.apache.hc.core5.http.impl.io
Subclasses of AbstractMessageWriter in org.apache.hc.core5.http.impl.ioModifier and TypeClassDescriptionclassHTTP request writer that serializes its output to an instance ofSessionOutputBuffer.classHTTP response writer that serializes its output to an instance ofSessionOutputBuffer.