Class HttpRequestParser

    • Constructor Summary

      Constructors 
      Constructor Description
      HttpRequestParser​(SessionInputBuffer buffer, org.apache.http.message.LineParser parser, org.apache.http.HttpRequestFactory requestFactory, org.apache.http.params.HttpParams params)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      protected org.apache.http.HttpMessage createMessage​(org.apache.http.util.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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HttpRequestParser

        public HttpRequestParser​(SessionInputBuffer buffer,
                                 org.apache.http.message.LineParser parser,
                                 org.apache.http.HttpRequestFactory requestFactory,
                                 org.apache.http.params.HttpParams params)
        Deprecated.
    • Method Detail

      • createMessage

        protected org.apache.http.HttpMessage createMessage​(org.apache.http.util.CharArrayBuffer buffer)
                                                     throws org.apache.http.HttpException,
                                                            org.apache.http.ParseException
        Deprecated.
        Description copied from class: AbstractMessageParser
        Creates HttpMessage instance based on the content of the input buffer containing the first line of the incoming HTTP message.
        Specified by:
        createMessage in class AbstractMessageParser
        Parameters:
        buffer - the line buffer.
        Returns:
        HTTP message.
        Throws:
        org.apache.http.HttpException - in case of HTTP protocol violation
        org.apache.http.ParseException - in case of a parse error.