Interface HttpParser.ResponseHandler

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

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

    • startResponse

      boolean 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
      Returns:
      true if handling parsing should return