Uses of Interface
org.apache.hc.core5.http.message.LineFormatter
-
Packages that use LineFormatter Package Description org.apache.hc.core5.http.impl.io Default implementation of HTTP/1.1 transport based on the classic (blocking) I/O model.org.apache.hc.core5.http.impl.nio Default implementation of HTTP/1.1 transport based on the asynchronous (non-blocking) I/O model.org.apache.hc.core5.http.message 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 LineFormatter Modifier and Type Field Description private LineFormatter
AbstractMessageWriter. lineFormatter
private LineFormatter
DefaultHttpRequestWriterFactory. lineFormatter
private LineFormatter
DefaultHttpResponseWriterFactory. lineFormatter
Methods in org.apache.hc.core5.http.impl.io that return LineFormatter Modifier and Type Method Description (package private) LineFormatter
AbstractMessageWriter. getLineFormatter()
Constructors in org.apache.hc.core5.http.impl.io with parameters of type LineFormatter Constructor Description AbstractMessageWriter(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 LineFormatter Modifier and Type Field Description private LineFormatter
AbstractMessageWriter. lineFormatter
private LineFormatter
DefaultHttpRequestWriterFactory. lineFormatter
private LineFormatter
DefaultHttpResponseWriterFactory. lineFormatter
Methods in org.apache.hc.core5.http.impl.nio that return LineFormatter Modifier and Type Method Description (package private) LineFormatter
AbstractMessageWriter. getLineFormatter()
Constructors in org.apache.hc.core5.http.impl.nio with parameters of type LineFormatter Constructor Description AbstractMessageWriter(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 Modifier and Type Class Description class
BasicLineFormatter
DefaultLineFormatter
implementation.
-