Uses of Class
kong.unirest.Empty
-
Packages that use Empty Package Description kong.unirest -
-
Uses of Empty in kong.unirest
Methods in kong.unirest that return types with arguments of type Empty Modifier and Type Method Description CompletableFuture<HttpResponse<Empty>>HttpRequest. asEmptyAsync()Executes the request asynchronously and returns the response without parsing the bodyCompletableFuture<HttpResponse<Empty>>HttpRequest. asEmptyAsync(Callback<Empty> callback)Executes the request asynchronously and returns a empty response which is passed to a callbackMethod parameters in kong.unirest with type arguments of type Empty Modifier and Type Method Description CompletableFuture<HttpResponse<Empty>>HttpRequest. asEmptyAsync(Callback<Empty> callback)Executes the request asynchronously and returns a empty response which is passed to a callback
-