Interface HttpParser.RequestHandler

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

public static interface HttpParser.RequestHandler extends HttpParser.HttpHandler
  • Method Details

    • startRequest

      void startRequest(String method, String uri, HttpVersion version)
      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