Package com.grapecity.documents.excel
Interface IWebRequestHandler
public interface IWebRequestHandler
Defines an interface for handling web requests asynchronously. This interface provides a way to send GET requests to a specified URI.
-
Method Summary
Modifier and TypeMethodDescriptionSends a GET request to the specified URI asynchronously.
-
Method Details
-
getAsync
Sends a GET request to the specified URI asynchronously.- Parameters:
requestUri- the URI to send the GET request to- Returns:
- a
CompletableFuturerepresenting the asynchronous operation, which will contain aWebRequestResultobject representing the result of the web request
-