Package com.softlayer.api.http
Interface HttpResponse
public interface HttpResponse
Interface representing an HTTP response from the HTTP client
-
Method Summary
Modifier and Type Method Description Map<String,List<String>>getHeaders()InputStreamgetInputStream()When this is used by the caller, he is expected to close itintgetStatusCode()
-
Method Details
-
getStatusCode
int getStatusCode() -
getHeaders
-
getInputStream
InputStream getInputStream()When this is used by the caller, he is expected to close it
-