Package com.mypurecloud.sdk.v2.connector
Interface ApiClientConnectorResponse
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
AsyncHttpResponse,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
-