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 TypeClassDescriptionclassAbstractMessageWriter<T extends HttpMessage>Abstract base class for HTTP message writers that serialize output to an instance ofSessionOutputBuffer.classHTTP request writer that serializes its output to an instance ofSessionOutputBuffer.classHTTP 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.requestWriterprivate final HttpMessageWriter<ClassicHttpResponse> DefaultBHttpServerConnection.responseWriterMethods 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