| Package | Description |
|---|---|
| com.baidu.brpc.client | |
| com.baidu.brpc.client.channel |
| Modifier and Type | Field and Description |
|---|---|
protected BrpcChannel |
CommunicationClient.brpcChannel |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBrpcChannel |
class |
BrpcPooledChannel
BrpcPooledChannelGroup class keeps fixed connections with one server
Created by wenweihu86 on 2017/9/29.
|
class |
BrpcShortChannel
BrpcShortChannel build single & short connection with server
and channel will be closed by brpc after communication with server
|
class |
BrpcSingleChannel
BrpcSingleChannel class keeps single persistent connection with one server
|
| Modifier and Type | Method and Description |
|---|---|
static BrpcChannel |
BrpcChannelFactory.createChannel(ServiceInstance serviceInstance,
CommunicationOptions communicationOptions) |
| Constructor and Description |
|---|
ChannelPooledObjectFactory(BrpcChannel channelGroup,
String ip,
int port) |
Copyright © 2022 Baidu, Inc.. All rights reserved.