Uses of Interface
org.apache.http.message.LineParser
| Package | Description |
|---|---|
| org.apache.http.impl.conn | |
| 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 LineParser in org.apache.http.impl.conn
Constructors in org.apache.http.impl.conn with parameters of type LineParser Constructor Description DefaultResponseParser(SessionInputBuffer buffer, LineParser parser, HttpResponseFactory responseFactory, HttpParams params) -
Uses of LineParser in org.apache.http.impl.io
Fields in org.apache.http.impl.io declared as LineParser Modifier and Type Field Description protected LineParserAbstractMessageParser. lineParserMethods in org.apache.http.impl.io with parameters of type LineParser Modifier and Type Method Description static Header[]AbstractMessageParser. parseHeaders(SessionInputBuffer inbuffer, int maxHeaderCount, int maxLineLen, LineParser parser)Parses HTTP headers from the data receiver stream according to the generic format as given in Section 3.1 of RFC 822, RFC-2616 Section 4 and 19.3.Constructors in org.apache.http.impl.io with parameters of type LineParser Constructor Description AbstractMessageParser(SessionInputBuffer buffer, LineParser parser, HttpParams params)HttpRequestParser(SessionInputBuffer buffer, LineParser parser, HttpRequestFactory requestFactory, HttpParams params)HttpResponseParser(SessionInputBuffer buffer, LineParser parser, HttpResponseFactory responseFactory, HttpParams params) -
Uses of LineParser in org.apache.http.message
Classes in org.apache.http.message that implement LineParser Modifier and Type Class Description classBasicLineParserBasic parser for lines in the head section of an HTTP message.Methods in org.apache.http.message with parameters of type LineParser Modifier and Type Method Description static HeaderBasicLineParser. parseHeader(String value, LineParser parser)static ProtocolVersionBasicLineParser. parseProtocolVersion(String value, LineParser parser)static RequestLineBasicLineParser. parseRequestLine(String value, LineParser parser)static StatusLineBasicLineParser. parseStatusLine(String value, LineParser parser)