Interface HttpParser.ResponseHandler

All Superinterfaces:
HttpParser.HttpHandler
All Known Implementing Classes:
HttpReceiverOverHTTP, HttpTester.Response
Enclosing class:
HttpParser

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

    • startResponse

      void startResponse(HttpVersion version, int status, String reason)
      This is the method called by parser when the HTTP request line is parsed
      Parameters:
      version - the http version in use
      status - the response status
      reason - the response reason phrase