Interface HttpMessageParser<T extends HttpMessage>

    • Method Detail

      • parse

        T parse()
         throws java.io.IOException,
                HttpException
        Generates an instance of HttpMessage from the underlying data source.
        Returns:
        HTTP message
        Throws:
        java.io.IOException - in case of an I/O error
        HttpException - in case of HTTP protocol violation