org.apache.http.impl.nio.codecs
Class HttpResponseParser

java.lang.Object
  extended by org.apache.http.impl.nio.codecs.AbstractMessageParser
      extended by org.apache.http.impl.nio.codecs.HttpResponseParser
All Implemented Interfaces:
NHttpMessageParser

public class HttpResponseParser
extends AbstractMessageParser


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)
           
 
Method Summary
protected  HttpMessage createMessage(CharArrayBuffer buffer)
           
 
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

HttpResponseParser

public HttpResponseParser(SessionInputBuffer buffer,
                          LineParser parser,
                          HttpResponseFactory responseFactory,
                          HttpParams params)
Method Detail

createMessage

protected HttpMessage createMessage(CharArrayBuffer buffer)
                             throws HttpException,
                                    ParseException
Specified by:
createMessage in class AbstractMessageParser
Throws:
HttpException
ParseException


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.