接口 AsyncClientHttpRequestExecution

    • 方法详细资料

      • executeAsync

        ListenableFuture<ClientHttpResponseexecuteAsync​(HttpRequest request,
                                                          byte[] body)
                                                   throws IOException
        已过时。
        Resume the request execution by invoking the next interceptor in the chain or executing the request to the remote service.
        参数:
        request - the HTTP request, containing the HTTP method and headers
        body - the body of the request
        返回:
        a corresponding future handle
        抛出:
        IOException - in case of I/O errors