|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineParser | |
---|---|
org.apache.http.impl.io | Default implementations for interfaces in
org.apache.http.io . |
org.apache.http.impl.nio.codecs | Default implementations for interfaces in
org.apache.http.nio.codecs . |
org.apache.http.message | A selection of HTTP message implementations. |
Uses of LineParser in org.apache.http.impl.io |
---|
Fields in org.apache.http.impl.io declared as LineParser | |
---|---|
protected LineParser |
AbstractMessageParser.lineParser
|
Methods in org.apache.http.impl.io with parameters of type LineParser | |
---|---|
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. |
static Header[] |
AbstractMessageParser.parseHeaders(SessionInputBuffer inbuffer,
int maxHeaderCount,
int maxLineLen,
LineParser parser,
List headerLines)
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 | |
---|---|
AbstractMessageParser(SessionInputBuffer buffer,
LineParser parser,
HttpParams params)
Creates an instance of this class. |
|
HttpRequestParser(SessionInputBuffer buffer,
LineParser parser,
HttpRequestFactory requestFactory,
HttpParams params)
Creates an instance of this class. |
|
HttpResponseParser(SessionInputBuffer buffer,
LineParser parser,
HttpResponseFactory responseFactory,
HttpParams params)
Creates an instance of this class. |
Uses of LineParser in org.apache.http.impl.nio.codecs |
---|
Fields in org.apache.http.impl.nio.codecs declared as LineParser | |
---|---|
protected LineParser |
AbstractMessageParser.lineParser
|
Constructors in org.apache.http.impl.nio.codecs with parameters of type LineParser | |
---|---|
AbstractMessageParser(SessionInputBuffer buffer,
LineParser parser,
HttpParams params)
Creates an instance of this class. |
|
DefaultHttpRequestParser(SessionInputBuffer buffer,
LineParser parser,
HttpRequestFactory requestFactory,
HttpParams params)
|
|
DefaultHttpResponseParser(SessionInputBuffer buffer,
LineParser parser,
HttpResponseFactory responseFactory,
HttpParams params)
|
|
HttpRequestParser(SessionInputBuffer buffer,
LineParser parser,
HttpRequestFactory requestFactory,
HttpParams params)
Deprecated. |
|
HttpResponseParser(SessionInputBuffer buffer,
LineParser parser,
HttpResponseFactory responseFactory,
HttpParams params)
Deprecated. |
Uses of LineParser in org.apache.http.message |
---|
Classes in org.apache.http.message that implement LineParser | |
---|---|
class |
BasicLineParser
Basic parser for lines in the head section of an HTTP message. |
Methods in org.apache.http.message with parameters of type LineParser | |
---|---|
static Header |
BasicLineParser.parseHeader(String value,
LineParser parser)
|
static ProtocolVersion |
BasicLineParser.parseProtocolVersion(String value,
LineParser parser)
|
static RequestLine |
BasicLineParser.parseRequestLine(String value,
LineParser parser)
|
static StatusLine |
BasicLineParser.parseStatusLine(String value,
LineParser parser)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |