Uses of Class
org.apache.dubbo.rpc.RpcContext
Packages that use RpcContext
-
Uses of RpcContext in org.apache.dubbo.rpc
Subclasses of RpcContext in org.apache.dubbo.rpcModifier and TypeClassDescriptionclassclassclassMethods in org.apache.dubbo.rpc that return RpcContextModifier and TypeMethodDescriptionstatic RpcContextRpcContext.getContext()Deprecated.Deprecated.RpcContext.removeAttachment(String key) remove attachment.Deprecated.RpcContext.setAttachment(String key, Object value) RpcContext.setAttachment(String key, String value) set attachment.RpcContext.setAttachments(Map<String, String> attachment) set attachmentsRpcContext.setInvocation(Invocation invocation) RpcContext.setInvoker(Invoker<?> invoker) RpcContext.setInvokers(List<Invoker<?>> invokers) RpcContext.setLocalAddress(String host, int port) set local address.RpcContext.setLocalAddress(InetSocketAddress address) set local address.RpcContext.setObjectAttachment(String key, Object value) RpcContext.setObjectAttachments(Map<String, Object> attachment) set attachmentsRpcContext.setRemoteAddress(String host, int port) set remote address.RpcContext.setRemoteAddress(InetSocketAddress address) set remote address.RpcContext.setRemoteApplicationName(String remoteApplicationName) -
Uses of RpcContext in org.apache.dubbo.rpc.support
Methods in org.apache.dubbo.rpc.support with parameters of type RpcContextModifier and TypeMethodDescriptionstatic longRpcUtils.getTimeout(URL url, String methodName, RpcContext context, Invocation invocation, long defaultTimeout)