Package com.softlayer.api.http
Interface HttpResponse
-
public interface HttpResponseInterface representing an HTTP response from the HTTP client
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
getStatusCode
int getStatusCode()
-
getInputStream
InputStream getInputStream()
When this is used by the caller, he is expected to close it
-
-