Class BasicLineParser

    • Constructor Detail

      • BasicLineParser

        public BasicLineParser​(ProtocolVersion proto)
        Creates a new line parser for the given HTTP-like protocol.
        Parameters:
        proto - a version of the protocol to parse, or null for HTTP. The actual version is not relevant, only the protocol name.
      • BasicLineParser

        public BasicLineParser()
        Creates a new line parser for HTTP.