| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.rpc |
| 限定符和类型 | 方法和说明 |
|---|---|
RpcContextAttachment |
RpcContextAttachment.copyOf(boolean needCopy)
Also see
RpcServiceContext.copyOf(boolean) |
static RpcContextAttachment |
RpcContext.getClientAttachment()
get consumer side attachment ( A --> B , in A side)
|
static RpcContextAttachment |
RpcContext.getServerAttachment()
get provider side attachment from consumer ( A --> B , in B side)
|
static RpcContextAttachment |
RpcContext.getServerContext()
get server side context. ( A <-- B , in B side)
|
RpcContextAttachment |
RpcContextAttachment.remove(String key)
已过时。
|
RpcContextAttachment |
RpcContextAttachment.removeAttachment(String key)
remove attachment.
|
RpcContextAttachment |
RpcContextAttachment.set(String key,
Object value)
已过时。
|
RpcContextAttachment |
RpcContextAttachment.setAttachment(String key,
Object value) |
RpcContextAttachment |
RpcContextAttachment.setAttachment(String key,
String value)
set attachment.
|
RpcContextAttachment |
RpcContextAttachment.setAttachments(Map<String,String> attachment)
set attachments
|
RpcContextAttachment |
RpcContextAttachment.setObjectAttachment(String key,
Object value) |
RpcContextAttachment |
RpcContextAttachment.setObjectAttachments(Map<String,Object> attachment)
set attachments
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.