org.apache.http.impl.conn
Class DefaultResponseParser
java.lang.Object
org.apache.http.impl.io.AbstractMessageParser
org.apache.http.impl.conn.DefaultResponseParser
- All Implemented Interfaces:
- HttpMessageParser
@ThreadSafe
public class DefaultResponseParser
- extends AbstractMessageParser
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)
parseHead
protected HttpMessage parseHead(SessionInputBuffer sessionBuffer)
throws IOException,
HttpException
- Specified by:
parseHead
in class AbstractMessageParser
- Throws:
IOException
HttpException
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.