Interface HttpNetworkProtocolResponseEvent

    • Method Detail

      • getStatusCode

        int getStatusCode()
        The HTTP status code
        Returns:
        The http status code of the response.
      • getHttpRequestEvent

        HttpNetworkProtocolRequestEvent getHttpRequestEvent()
        Get the HTTP Request event that came before this response event.
        Returns:
        The HTTP Request event that occurred before this response event.