Interface BaseAppStoreServerAPIClient.HttpResponseInterface

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
AppStoreServerAPIClient.OkHttpResponse
Enclosing class:
BaseAppStoreServerAPIClient

protected static interface BaseAppStoreServerAPIClient.HttpResponseInterface extends Closeable
  • Method Summary

    Modifier and Type
    Method
    Description
    A nullable Reader containing the response body
    int
     

    Methods inherited from interface java.io.Closeable

    close
  • Method Details

    • statusCode

      int statusCode()
      Returns:
      The HTTP status code of the response
    • body

      Reader body()
      A nullable Reader containing the response body
      Returns:
      The response body, if it exists