| Package | Description |
|---|---|
| com.baidu.brpc.client | |
| com.baidu.brpc.interceptor | |
| com.baidu.brpc.server |
| Modifier and Type | Field and Description |
|---|---|
protected List<Interceptor> |
RpcFuture.interceptors |
protected List<Interceptor> |
CommunicationClient.interceptors |
| Constructor and Description |
|---|
CommunicationClient(ServiceInstance serviceInstance,
CommunicationOptions communicationOptions,
List<Interceptor> interceptors) |
InterceptCommunicationClient(ServiceInstance serviceInstance,
CommunicationOptions communicationOptions,
List<Interceptor> interceptors) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInterceptor |
class |
ClientInvokeInterceptor
invoke rpc.
|
class |
ClientTraceInterceptor
Interceptor for client side tracing.
|
class |
ServerInvokeInterceptor |
class |
ServerTraceInterceptor
Interceptor for server side tracing.
|
| Constructor and Description |
|---|
DefaultInterceptorChain(List<Interceptor> interceptors) |
| Constructor and Description |
|---|
InterceptCommunicationServer(int port,
RpcServerOptions options,
List<Interceptor> interceptors) |
InterceptCommunicationServer(String host,
int port,
RpcServerOptions options,
List<Interceptor> interceptors) |
Copyright © 2022 Baidu, Inc.. All rights reserved.