Uses of Class
com.alibaba.dubbo.rpc.RpcContext
Packages that use RpcContext
-
Uses of RpcContext in com.alibaba.dubbo.rpc
Methods in com.alibaba.dubbo.rpc that return RpcContextModifier and TypeMethodDescriptionstatic RpcContextRpcContext.getClientResponseContext()Deprecated.static RpcContextRpcContext.getContext()Deprecated.static RpcContextRpcContext.getServerContext()Deprecated.static RpcContextRpcContext.getServerResponseContext()Deprecated.Deprecated.RpcContext.removeAttachment(String key) Deprecated.Deprecated.set value.RpcContext.setAttachment(String key, String value) Deprecated.RpcContext.setAttachments(Map<String, String> attachment) Deprecated.RpcContext.setLocalAddress(String host, int port) Deprecated.RpcContext.setLocalAddress(InetSocketAddress address) Deprecated.RpcContext.setRemoteAddress(String host, int port) Deprecated.RpcContext.setRemoteAddress(InetSocketAddress address) Deprecated.