Uses of Interface
org.apache.http.message.LineFormatter
| Package | Description |
|---|---|
| org.apache.http.impl.io |
Default implementations for interfaces in
org.apache.http.io. |
| org.apache.http.message |
A selection of HTTP
message
implementations. |
-
Uses of LineFormatter in org.apache.http.impl.io
Fields in org.apache.http.impl.io declared as LineFormatter Modifier and Type Field Description protected LineFormatterAbstractMessageWriter. lineFormatterConstructors in org.apache.http.impl.io with parameters of type LineFormatter Constructor Description AbstractMessageWriter(SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params)HttpRequestWriter(SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params)HttpResponseWriter(SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params) -
Uses of LineFormatter in org.apache.http.message
Classes in org.apache.http.message that implement LineFormatter Modifier and Type Class Description classBasicLineFormatterInterface for formatting elements of the HEAD section of an HTTP message.Methods in org.apache.http.message with parameters of type LineFormatter Modifier and Type Method Description static 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.