Uses of Class
kong.unirest.core.Empty
-
Packages that use Empty Package Description kong.unirest.core -
-
Uses of Empty in kong.unirest.core
Methods in kong.unirest.core that return types with arguments of type Empty Modifier and Type Method Description HttpResponse<Empty>
BaseRequest. asEmpty()
HttpResponse<Empty>
HttpRequest. asEmpty()
Executes the request and returns the response without parsing the bodyjava.util.concurrent.CompletableFuture<HttpResponse<Empty>>
BaseRequest. asEmptyAsync()
java.util.concurrent.CompletableFuture<HttpResponse<Empty>>
BaseRequest. asEmptyAsync(Callback<Empty> callback)
java.util.concurrent.CompletableFuture<HttpResponse<Empty>>
HttpRequest. asEmptyAsync()
Executes the request asynchronously and returns the response without parsing the bodyjava.util.concurrent.CompletableFuture<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.core with type arguments of type Empty Modifier and Type Method Description java.util.concurrent.CompletableFuture<HttpResponse<Empty>>
BaseRequest. asEmptyAsync(Callback<Empty> callback)
java.util.concurrent.CompletableFuture<HttpResponse<Empty>>
HttpRequest. asEmptyAsync(Callback<Empty> callback)
Executes the request asynchronously and returns a empty response which is passed to a callback
-