Interface HttpParser.RequestHandler

All Superinterfaces:
HttpParser.HttpHandler
All Known Implementing Classes:
HttpChannelOverHttp
Enclosing class:
HttpParser

@Deprecated(since="2021-05-27") public static interface HttpParser.RequestHandler extends HttpParser.HttpHandler
Deprecated.
  • Method Details

    • startRequest

      boolean startRequest(String method, String uri, HttpVersion version)
      Deprecated.
      This is the method called by parser when the HTTP request line is parsed
      Parameters:
      method - The method
      uri - The raw bytes of the URI. These are copied into a ByteBuffer that will not be changed until this parser is reset and reused.
      version - the http version in use
      Returns:
      true if handling parsing should return.