| Package | Description |
|---|---|
| com.baidu.brpc | |
| com.baidu.brpc.client | |
| com.baidu.brpc.client.channel |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelInfo.handleRequestFail(ChannelType channelType,
long correlationId)
return channel when fail
|
void |
ChannelInfo.handleRequestSuccess(ChannelType channelType)
return channel when success
|
| Modifier and Type | Field and Description |
|---|---|
protected ChannelType |
RpcFuture.channelType |
| Modifier and Type | Method and Description |
|---|---|
static ChannelType |
ChannelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelType[] |
ChannelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 Baidu, Inc.. All rights reserved.