Uses of Interface
org.apache.hc.core5.http.io.HttpMessageWriter
Packages that use HttpMessageWriter
Package
Description
Default implementation of HTTP/1.1 transport based on the classic
(blocking) I/O model.
Core HTTP transport APIs based on the classic (blocking) I/O model.
-
Uses of HttpMessageWriter in org.apache.hc.core5.http.impl.io
Classes in org.apache.hc.core5.http.impl.io that implement HttpMessageWriterModifier and TypeClassDescriptionclass
AbstractMessageWriter<T extends HttpMessage>
Abstract base class for HTTP message writers that serialize output to an instance ofSessionOutputBuffer
.class
HTTP request writer that serializes its output to an instance ofSessionOutputBuffer
.class
HTTP response writer that serializes its output to an instance ofSessionOutputBuffer
.Fields in org.apache.hc.core5.http.impl.io declared as HttpMessageWriterModifier and TypeFieldDescriptionprivate final HttpMessageWriter
<ClassicHttpRequest> DefaultBHttpClientConnection.requestWriter
private final HttpMessageWriter
<ClassicHttpResponse> DefaultBHttpServerConnection.responseWriter
Methods in org.apache.hc.core5.http.impl.io that return HttpMessageWriter -
Uses of HttpMessageWriter in org.apache.hc.core5.http.io
Methods in org.apache.hc.core5.http.io that return HttpMessageWriter