public class CseAsyncClientHttpRequest extends CseClientHttpRequest implements org.springframework.http.client.AsyncClientHttpRequest
| Modifier | Constructor and Description |
|---|---|
protected |
CseAsyncClientHttpRequest(URI uri,
org.springframework.http.HttpMethod method) |
| Modifier and Type | Method and Description |
|---|---|
protected CompletableFuture<org.springframework.http.client.ClientHttpResponse> |
doAsyncInvoke(org.apache.servicecomb.core.Invocation invocation) |
org.springframework.util.concurrent.ListenableFuture<org.springframework.http.client.ClientHttpResponse> |
executeAsync() |
OutputStream |
getBody() |
collectArguments, createRequestMeta, doInvoke, execute, findUriPath, getContext, getHeaders, getMethod, getMethodValue, getPath, getRequestMeta, getResponseType, getURI, prepareInvocation, setContext, setHttpHeaders, setMethod, setPath, setQueryParams, setRequestBody, setRequestMeta, setResponseType, setUriclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected CseAsyncClientHttpRequest(URI uri, org.springframework.http.HttpMethod method)
public OutputStream getBody()
getBody in interface org.springframework.http.HttpOutputMessagegetBody in class CseClientHttpRequestprotected CompletableFuture<org.springframework.http.client.ClientHttpResponse> doAsyncInvoke(org.apache.servicecomb.core.Invocation invocation)
public org.springframework.util.concurrent.ListenableFuture<org.springframework.http.client.ClientHttpResponse> executeAsync()
executeAsync in interface org.springframework.http.client.AsyncClientHttpRequestCopyright © 2017–2020 The Apache Software Foundation. All rights reserved.