| Package | Description |
|---|---|
| com.baidu.brpc.client | |
| com.baidu.brpc.client.channel |
| Modifier and Type | Field and Description |
|---|---|
protected CommunicationOptions |
CommunicationClient.communicationOptions |
| Modifier and Type | Method and Description |
|---|---|
CommunicationOptions |
CommunicationOptions.clone() |
| Constructor and Description |
|---|
CommunicationClient(ServiceInstance serviceInstance,
CommunicationOptions communicationOptions,
List<Interceptor> interceptors) |
InterceptCommunicationClient(ServiceInstance serviceInstance,
CommunicationOptions communicationOptions,
List<Interceptor> interceptors) |
| Modifier and Type | Field and Description |
|---|---|
protected CommunicationOptions |
AbstractBrpcChannel.communicationOptions |
| Modifier and Type | Method and Description |
|---|---|
io.netty.bootstrap.Bootstrap |
BootstrapManager.createBooStrap(String serviceName,
CommunicationOptions communicationOptions) |
static BrpcChannel |
BrpcChannelFactory.createChannel(ServiceInstance serviceInstance,
CommunicationOptions communicationOptions) |
io.netty.bootstrap.Bootstrap |
BootstrapManager.getOrCreateBootstrap(String serviceName,
CommunicationOptions communicationOptions) |
| Constructor and Description |
|---|
AbstractBrpcChannel(ServiceInstance serviceInstance,
CommunicationOptions communicationOptions) |
BrpcPooledChannel(ServiceInstance serviceInstance,
CommunicationOptions communicationOptions) |
BrpcShortChannel(ServiceInstance instance,
CommunicationOptions communicationOptions) |
BrpcSingleChannel(ServiceInstance serviceInstance,
CommunicationOptions communicationOptions) |
Copyright © 2022 Baidu, Inc.. All rights reserved.