Package com.dnsimple.http
Class RawResponse
java.lang.Object
com.dnsimple.http.RawResponse
RawResponse holds key information about an HTTP response from DNSimple's API, including
the status code, headers, and the response's body in the form of an InputStream.
-
Constructor Summary
ConstructorsConstructorDescriptionRawResponse(int statusCode, Map<String, List<String>> headers, InputStream body) -
Method Summary
-
Constructor Details
-
RawResponse
-
-
Method Details
-
getStatusCode
public int getStatusCode() -
getHeaders
-
getBody
-