Uses of Interface
io.joshworks.restclient.http.async.Callback
-
Packages that use Callback Package Description io.joshworks.restclient.http io.joshworks.restclient.request -
-
Uses of Callback in io.joshworks.restclient.http
Methods in io.joshworks.restclient.http with parameters of type Callback Modifier and Type Method Description <T> java.util.concurrent.Future<HttpResponse<T>>ClientRequest. requestAsync(HttpRequest httpRequest, java.lang.Class<T> responseClass, Callback<T> callback) -
Uses of Callback in io.joshworks.restclient.request
Methods in io.joshworks.restclient.request with parameters of type Callback Modifier and Type Method Description java.util.concurrent.Future<HttpResponse<java.io.InputStream>>BaseRequest. asBinaryAsync(Callback<java.io.InputStream> callback)java.util.concurrent.Future<HttpResponse<Json>>BaseRequest. asJsonAsync(Callback<Json> callback)<T> java.util.concurrent.Future<HttpResponse<T>>BaseRequest. asObjectAsync(java.lang.Class<T> responseClass, Callback<T> callback)voidBaseRequest. asStringAsync(Callback<java.lang.String> callback)
-