Uses of Interface
com.softlayer.api.http.HttpResponse
-
Packages that use HttpResponse Package Description com.softlayer.api.http -
-
Uses of HttpResponse in com.softlayer.api.http
Methods in com.softlayer.api.http that return HttpResponse Modifier and Type Method Description HttpResponse
HttpClient. invokeSync(Callable<?> setupBody)
Make synchronous HTTP invocation.Methods in com.softlayer.api.http that return types with arguments of type HttpResponse Modifier and Type Method Description Future<HttpResponse>
HttpClient. invokeAsync(Callable<?> setupBody)
Make asynchronous HTTP invocation.Method parameters in com.softlayer.api.http with type arguments of type HttpResponse Modifier and Type Method Description Future<?>
HttpClient. invokeAsync(Callable<?> setupBody, ResponseHandler<HttpResponse> callback)
Callback-form ofHttpClient.invokeAsync(Callable)
-