Uses of Class
com.mashape.unirest.http.exceptions.UnirestException
-
Packages that use UnirestException Package Description com.mashape.unirest.http com.mashape.unirest.http.async com.mashape.unirest.request -
-
Uses of UnirestException in com.mashape.unirest.http
Methods in com.mashape.unirest.http that throw UnirestException Modifier and Type Method Description static <T> HttpResponse<T>HttpClientHelper. request(HttpRequest request, Class<T> responseClass)static <T> HttpResponse<T>HttpClientHelper. requestStream(HttpRequest request, Class<T> responseClass) -
Uses of UnirestException in com.mashape.unirest.http.async
Methods in com.mashape.unirest.http.async with parameters of type UnirestException Modifier and Type Method Description voidCallback. failed(UnirestException e) -
Uses of UnirestException in com.mashape.unirest.request
Methods in com.mashape.unirest.request that throw UnirestException Modifier and Type Method Description HttpResponse<InputStream>BaseRequest. asBinary()HttpResponse<String>BaseRequest. asString()
-