Interface HttpResponse


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

    • getStatusCode

      int getStatusCode()
    • getHeaders

      Map<String,​List<String>> getHeaders()
    • getInputStream

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