Uses of Class
com.alibaba.dubbo.rpc.RpcContext

Packages that use RpcContext
com.alibaba.dubbo.rpc   
 

Uses of RpcContext in com.alibaba.dubbo.rpc
 

Methods in com.alibaba.dubbo.rpc that return RpcContext
static RpcContext RpcContext.getContext()
          get context.
 RpcContext RpcContext.remove(String key)
          remove value.
 RpcContext RpcContext.removeAttachment(String key)
          remove attachment.
 RpcContext RpcContext.set(String key, Object value)
          set value.
 RpcContext RpcContext.setAttachment(String key, String value)
          set attachment.
 RpcContext RpcContext.setAttachments(Map<String,String> attachment)
          set attachments
 RpcContext RpcContext.setInvocation(Invocation invocation)
           
 RpcContext RpcContext.setInvoker(Invoker<?> invoker)
           
 RpcContext RpcContext.setInvokers(List<Invoker<?>> invokers)
           
 RpcContext RpcContext.setLocalAddress(InetSocketAddress address)
          set local address.
 RpcContext RpcContext.setLocalAddress(String host, int port)
          set local address.
 RpcContext RpcContext.setRemoteAddress(InetSocketAddress address)
          set remote address.
 RpcContext RpcContext.setRemoteAddress(String host, int port)
          set remote address.
 



Copyright © 2012–2017 Alibaba. All rights reserved.