Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWebRequestHandler Interface / getAsync Method
the URI to send the GET request to
In This Topic
    getAsync Method
    In This Topic
    Sends a GET request to the specified URI asynchronously.
    Syntax
    java.util.concurrent.CompletableFuture<WebRequestResult> getAsync( 
       java.lang.String requestUri
    )

    Parameters

    requestUri
    the URI to send the GET request to

    Return Value

    a java.util.concurrent.CompletableFuture<T> representing the asynchronous operation, which will contain a WebRequestResult object representing the result of the web request
    See Also