@Deprecated public class RpcContext extends RpcContext
| Constructor and Description |
|---|
RpcContext()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static RpcContext |
getContext()
Deprecated.
|
<T> Future<T> |
getFuture()
Deprecated.
get future.
|
void |
setFuture(CompletableFuture<?> future)
Deprecated.
set future.
|
asyncCall, asyncCall, clearAttachments, get, get, getArguments, getAsyncContext, getAttachment, getAttachments, getCompletableFuture, getInvocation, getInvoker, getInvokers, getLocalAddress, getLocalAddressString, getLocalHost, getLocalHostName, getLocalPort, getMethodName, getParameterTypes, getRemoteAddress, getRemoteAddressString, getRemoteApplicationName, getRemoteHost, getRemoteHostName, getRemotePort, getRequest, getRequest, getResponse, getResponse, getServerContext, getUrl, getUrls, isAsyncStarted, isClientSide, isConsumerSide, isProviderSide, isServerSide, remove, removeAttachment, removeContext, removeServerContext, restoreContext, restoreServerContext, set, setArguments, setAttachment, setAttachments, setInvocation, setInvoker, setInvokers, setLocalAddress, setLocalAddress, setMethodName, setParameterTypes, setRemoteAddress, setRemoteAddress, setRemoteApplicationName, setRequest, setResponse, setUrl, setUrls, startAsync, stopAsyncpublic static RpcContext getContext()
public <T> Future<T> getFuture()
RpcContextgetFuture in class RpcContextpublic void setFuture(CompletableFuture<?> future)
RpcContextsetFuture in class RpcContextCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.