|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.impl.nio.codecs.AbstractMessageParser
org.apache.http.impl.nio.codecs.HttpRequestParser
DefaultHttpRequestParser
@Deprecated public class HttpRequestParser
Default NHttpMessageParser
implementation for HttpRequest
s.
The following parameters can be used to customize the behavior of this class:
Field Summary |
---|
Fields inherited from class org.apache.http.impl.nio.codecs.AbstractMessageParser |
---|
lineParser |
Constructor Summary | |
---|---|
HttpRequestParser(SessionInputBuffer buffer,
LineParser parser,
HttpRequestFactory requestFactory,
HttpParams params)
Deprecated. |
Method Summary | |
---|---|
protected HttpMessage |
createMessage(CharArrayBuffer buffer)
Deprecated. Creates HttpMessage instance based on the content of the input
buffer containing the first line of the incoming HTTP message. |
Methods inherited from class org.apache.http.impl.nio.codecs.AbstractMessageParser |
---|
fillBuffer, parse, reset |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpRequestParser(SessionInputBuffer buffer, LineParser parser, HttpRequestFactory requestFactory, HttpParams params)
Method Detail |
---|
protected HttpMessage createMessage(CharArrayBuffer buffer) throws HttpException, ParseException
AbstractMessageParser
HttpMessage
instance based on the content of the input
buffer containing the first line of the incoming HTTP message.
createMessage
in class AbstractMessageParser
buffer
- the line buffer.
HttpException
- in case of HTTP protocol violation
ParseException
- in case of a parse error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |