Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected LineParser |
AbstractMessageParser.lineParser |
Modifier and Type | Method and 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.
|
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.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected LineParser |
AbstractMessageParser.lineParser |
Constructor and Description |
---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicLineParser
Basic parser for lines in the head section of an HTTP message.
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.