org.apache.http.impl.conn
Class DefaultResponseParser
java.lang.Object
org.apache.http.impl.io.AbstractMessageParser<HttpMessage>
org.apache.http.impl.conn.DefaultResponseParser
- All Implemented Interfaces:
- HttpMessageParser<HttpMessage>
Deprecated. (4.2) use DefaultHttpResponseParser
@ThreadSafe
public class DefaultResponseParser
- extends AbstractMessageParser<HttpMessage>
Default HTTP response parser implementation.
The following parameters can be used to customize the behavior of this
class:
- Since:
- 4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultResponseParser
public DefaultResponseParser(SessionInputBuffer buffer,
LineParser parser,
HttpResponseFactory responseFactory,
HttpParams params)
- Deprecated.
getMaxGarbageLines
protected int getMaxGarbageLines(HttpParams params)
- Deprecated.
parseHead
protected HttpMessage parseHead(SessionInputBuffer sessionBuffer)
throws IOException,
HttpException
- Deprecated.
- Specified by:
parseHead
in class AbstractMessageParser<HttpMessage>
- Throws:
IOException
HttpException
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.