Uses of Interface
org.apache.http.message.LineFormatter
Packages that use LineFormatter
Package
Description
Default implementations of message parses and writers
for synchronous, blocking communication.
Core HTTP message components, message element parser
and writer APIs and their default implementations.
-
Uses of LineFormatter in org.apache.http.impl.io
Fields in org.apache.http.impl.io declared as LineFormatterModifier and TypeFieldDescriptionprotected final LineFormatterAbstractMessageWriter.lineFormatterConstructors in org.apache.http.impl.io with parameters of type LineFormatterModifierConstructorDescriptionAbstractMessageWriter(SessionOutputBuffer buffer, LineFormatter formatter) Creates an instance of AbstractMessageWriter.AbstractMessageWriter(SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params) Deprecated.DefaultHttpRequestWriter(SessionOutputBuffer buffer, LineFormatter formatter) Creates an instance of DefaultHttpRequestWriter.DefaultHttpRequestWriterFactory(LineFormatter lineFormatter) DefaultHttpResponseWriter(SessionOutputBuffer buffer, LineFormatter formatter) Creates an instance of DefaultHttpResponseWriter.DefaultHttpResponseWriterFactory(LineFormatter lineFormatter) HttpRequestWriter(SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params) Deprecated.HttpResponseWriter(SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params) Deprecated. -
Uses of LineFormatter in org.apache.http.message
Classes in org.apache.http.message that implement LineFormatterModifier and TypeClassDescriptionclassInterface for formatting elements of the HEAD section of an HTTP message.Methods in org.apache.http.message with parameters of type LineFormatterModifier and TypeMethodDescriptionstatic StringBasicLineFormatter.formatHeader(Header header, LineFormatter formatter) Formats a header.static StringBasicLineFormatter.formatProtocolVersion(ProtocolVersion version, LineFormatter formatter) Formats a protocol version.static StringBasicLineFormatter.formatRequestLine(RequestLine reqline, LineFormatter formatter) Formats a request line.static StringBasicLineFormatter.formatStatusLine(StatusLine statline, LineFormatter formatter) Formats a status line.
AbstractMessageWriter(SessionOutputBuffer, LineFormatter)