Interface Response.HeadersListener

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onHeaders(Response response)
    Callback method invoked when all the response headers have been received and parsed.
  • Method Details

    • onHeaders

      void onHeaders(Response response)
      Callback method invoked when all the response headers have been received and parsed.
      Parameters:
      response - the response containing the response line data and the headers