| 程序包 | 说明 |
|---|---|
| com.baidu.jprotobuf.pbrpc.client |
RPC client supports.
|
| com.baidu.jprotobuf.pbrpc.intercept |
拦截器模块
|
| com.baidu.jprotobuf.pbrpc.server |
RPC server supports.
|
| com.baidu.jprotobuf.pbrpc.transport |
RPC TCP protocol transport implements.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ProtobufRpcProxy.setInterceptor(InvokerInterceptor interceptor)
Sets the interceptor.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ChainedInvokerInterceptor
A chained
InvokerInterceptor for multiple intercepter to apply. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ChainedInvokerInterceptor.setInterceptors(List<InvokerInterceptor> interceptors)
Sets the interceptors.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected InvokerInterceptor |
AbstractAnnotationRpcHandler.getInterceptor()
Gets the interceptor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RpcServiceRegistry.setInterceptor(InvokerInterceptor interceptor)
Sets the interceptor.
|
void |
AbstractAnnotationRpcHandler.setInterceptor(InvokerInterceptor interceptor)
Sets the interceptor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RpcServer.setInterceptor(InvokerInterceptor interceptor)
Sets the interceptor.
|
Copyright © 2022 Baidu, Inc.. All rights reserved.