| 程序包 | 说明 |
|---|---|
| com.alibaba.dubbo.rpc |
| 限定符和类型 | 方法和说明 |
|---|---|
static RpcContext |
RpcContext.getContext()
已过时。
|
static RpcContext |
RpcContext.getServerContext()
已过时。
|
RpcContext |
RpcContext.remove(String key)
已过时。
|
RpcContext |
RpcContext.removeAttachment(String key)
已过时。
|
RpcContext |
RpcContext.set(String key,
Object value)
已过时。
set value.
|
RpcContext |
RpcContext.setAttachment(String key,
String value)
已过时。
|
RpcContext |
RpcContext.setAttachments(Map<String,String> attachment)
已过时。
|
RpcContext |
RpcContext.setLocalAddress(InetSocketAddress address)
已过时。
|
RpcContext |
RpcContext.setLocalAddress(String host,
int port)
已过时。
|
RpcContext |
RpcContext.setRemoteAddress(InetSocketAddress address)
已过时。
|
RpcContext |
RpcContext.setRemoteAddress(String host,
int port)
已过时。
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.