|
||||||||||
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.HttpResponseParser
DefaultHttpResponseParser
@Deprecated public class HttpResponseParser
Default NHttpMessageParser
implementation for HttpResponse
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 | |
---|---|
HttpResponseParser(SessionInputBuffer buffer,
LineParser parser,
HttpResponseFactory responseFactory,
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 HttpResponseParser(SessionInputBuffer buffer, LineParser parser, HttpResponseFactory responseFactory, 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 |