| Package | Description |
|---|---|
| com.baidu.brpc | |
| com.baidu.brpc.client | |
| com.baidu.brpc.interceptor | |
| com.baidu.brpc.protocol | |
| com.baidu.brpc.server |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelInfo.handleChannelException(RpcException ex)
channel不可用时或者handler出现异常时处理逻辑
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommunicationClient.execute(Request request,
Response response) |
void |
CommunicationClient.executeChain(Request request,
Response response) |
void |
InterceptCommunicationClient.executeChain(Request request,
Response response) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerTraceInterceptor.aroundProcess(Request request,
Response response,
InterceptorChain chain) |
void |
ServerInvokeInterceptor.aroundProcess(Request request,
Response response,
InterceptorChain chain) |
void |
ClientInvokeInterceptor.aroundProcess(Request request,
Response response,
InterceptorChain chain) |
void |
Interceptor.aroundProcess(Request request,
Response response,
InterceptorChain chain)
The around intercept for RPC methods.
|
void |
ClientTraceInterceptor.aroundProcess(Request request,
Response response,
InterceptorChain chain) |
void |
AbstractInterceptor.aroundProcess(Request request,
Response response,
InterceptorChain chain) |
void |
DefaultInterceptorChain.intercept(Request request,
Response response) |
void |
InterceptorChain.intercept(Request request,
Response response) |
| Modifier and Type | Method and Description |
|---|---|
RpcException |
Request.getException() |
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setException(RpcException e) |
| Modifier and Type | Method and Description |
|---|---|
void |
InterceptCommunicationServer.execute(Request request,
Response response) |
void |
CommunicationServer.execute(Request request,
Response response) |
protected void |
BrpcPushProxy.pushCore(Request request,
Response response) |
Copyright © 2022 Baidu, Inc.. All rights reserved.