Uses of Interface
org.apache.hc.core5.http.message.LineFormatter
Packages that use LineFormatter
Package
Description
Default implementation of HTTP/1.1 transport based on the classic
(blocking) I/O model.
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
Core HTTP message components, message element parser
and writer APIs and their default implementations.
-
Uses of LineFormatter in org.apache.hc.core5.http.impl.io
Fields in org.apache.hc.core5.http.impl.io declared as LineFormatterModifier and TypeFieldDescriptionprivate final LineFormatter
AbstractMessageWriter.lineFormatter
private final LineFormatter
DefaultHttpRequestWriterFactory.lineFormatter
private final LineFormatter
DefaultHttpResponseWriterFactory.lineFormatter
Methods in org.apache.hc.core5.http.impl.io that return LineFormatterModifier and TypeMethodDescription(package private) LineFormatter
AbstractMessageWriter.getLineFormatter()
Constructors in org.apache.hc.core5.http.impl.io with parameters of type LineFormatterModifierConstructorDescriptionAbstractMessageWriter
(LineFormatter formatter) Creates an instance of AbstractMessageWriter.DefaultHttpRequestWriter
(LineFormatter formatter) Creates an instance of DefaultHttpRequestWriter.DefaultHttpRequestWriterFactory
(LineFormatter lineFormatter) DefaultHttpResponseWriter
(LineFormatter formatter) Creates an instance of DefaultHttpResponseWriter.DefaultHttpResponseWriterFactory
(LineFormatter lineFormatter) -
Uses of LineFormatter in org.apache.hc.core5.http.impl.nio
Fields in org.apache.hc.core5.http.impl.nio declared as LineFormatterModifier and TypeFieldDescriptionprivate final LineFormatter
AbstractMessageWriter.lineFormatter
private final LineFormatter
DefaultHttpRequestWriterFactory.lineFormatter
private final LineFormatter
DefaultHttpResponseWriterFactory.lineFormatter
Methods in org.apache.hc.core5.http.impl.nio that return LineFormatterModifier and TypeMethodDescription(package private) LineFormatter
AbstractMessageWriter.getLineFormatter()
Constructors in org.apache.hc.core5.http.impl.nio with parameters of type LineFormatterModifierConstructorDescriptionAbstractMessageWriter
(LineFormatter formatter) Creates an instance of AbstractMessageWriter.DefaultHttpRequestWriter
(LineFormatter formatter) Creates an instance of DefaultHttpRequestWriter.DefaultHttpRequestWriterFactory
(LineFormatter lineFormatter) DefaultHttpResponseWriter
(LineFormatter formatter) Creates an instance of DefaultHttpResponseWriter.DefaultHttpResponseWriterFactory
(LineFormatter lineFormatter) -
Uses of LineFormatter in org.apache.hc.core5.http.message
Classes in org.apache.hc.core5.http.message that implement LineFormatter