Interface HttpParser.ResponseHandler

    • Method Detail

      • startResponse

        boolean startResponse​(HttpVersion version,
                              int status,
                              java.lang.String reason)
        Deprecated.
        This is the method called by parser when the HTTP request line is parsed
        Parameters:
        version - the http version in use
        status - the response status
        reason - the response reason phrase
        Returns:
        true if handling parsing should return