Class ResponseContentParser


  • public class ResponseContentParser
    extends StreamContentParser

    The parser for STDOUT type frame bodies.

    STDOUT frame bodies contain both the HTTP headers (but not the response line) and the HTTP content (either Content-Length delimited or chunked).

    For this reason, a special HTTP parser is used to parse the frames body. This special HTTP parser is configured to skip the response line, and to parse HTTP headers and HTTP content.