Uses of Class
org.apache.hc.core5.http.impl.io.AbstractMessageWriter
-
Packages that use AbstractMessageWriter Package Description org.apache.hc.core5.http.impl.io 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.io Modifier and Type Class Description classDefaultHttpRequestWriterHTTP request writer that serializes its output to an instance ofSessionOutputBuffer.classDefaultHttpResponseWriterHTTP response writer that serializes its output to an instance ofSessionOutputBuffer.
-