Interface ApiClientConnectorResponse
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
OkHttpResponse
-
Method Summary
Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
getStatusCode
int getStatusCode() -
getStatusReasonPhrase
String getStatusReasonPhrase() -
getHeaders
-
hasBody
boolean hasBody() -
readBody
- Throws:
IOException
-
getBody
- Throws:
IOException
-