Uses of Interface
com.mashape.unirest.http.async.Callback
-
Packages that use Callback Package Description com.mashape.unirest.http com.mashape.unirest.http.async com.mashape.unirest.request -
-
Uses of Callback in com.mashape.unirest.http
Methods in com.mashape.unirest.http with parameters of type Callback Modifier and Type Method Description static <T> Future<HttpResponse<T>>HttpClientHelper. requestAsync(HttpRequest request, Class<T> responseClass, Callback<T> callback) -
Uses of Callback in com.mashape.unirest.http.async
Constructors in com.mashape.unirest.http.async with parameters of type Callback Constructor Description RequestThread(HttpRequest httpRequest, Class<T> responseClass, Callback<T> callback) -
Uses of Callback in com.mashape.unirest.request
Methods in com.mashape.unirest.request with parameters of type Callback Modifier and Type Method Description Future<HttpResponse<InputStream>>BaseRequest. asBinaryAsync(Callback<InputStream> callback)Future<HttpResponse<String>>BaseRequest. asStringAsync(Callback<String> callback)
-