Interface HttpResponse


  • public interface HttpResponse
    Interface representing an HTTP response from the HTTP client
    • Method Detail

      • getStatusCode

        int getStatusCode()
      • getInputStream

        InputStream getInputStream()
        When this is used by the caller, he is expected to close it