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
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
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