| 接口 | 说明 |
|---|---|
| Options.ChunkInfoOrBuilder | |
| Protocol |
rpc协议接口,业务如果想实现一个自定义协议,需要实现该接口。
|
| ProtocolFactory | |
| Request | |
| Response | |
| StreamingRpcProto.FeedbackOrBuilder | |
| StreamingRpcProto.StreamFrameMetaOrBuilder | |
| StreamingRpcProto.StreamSettingsOrBuilder |
| 类 | 说明 |
|---|---|
| AbstractProtocol |
An abstract protocol used to simplify tcp protocol implementations.
|
| AbstractRequest | |
| AbstractResponse | |
| BaiduRpcErrno | |
| HttpRequest |
Bprc http request implementation, used for http protocols.
|
| HttpResponse |
Bprc http response implementation, used for http protocols.
|
| Options | |
| Options.ChunkInfo |
Protobuf type
brpc.ChunkInfo |
| Options.ChunkInfo.Builder |
Protobuf type
brpc.ChunkInfo |
| ProtocolManager |
Created by huwenwei on 2017/9/23.
|
| RpcRequest |
Bprc tcp request implementation, used for tcp protocols.
|
| RpcResponse |
Bprc tcp response implementation, used for tcp protocols.
|
| StreamingRpcProto | |
| StreamingRpcProto.Feedback |
Protobuf type
brpc.Feedback |
| StreamingRpcProto.Feedback.Builder |
Protobuf type
brpc.Feedback |
| StreamingRpcProto.StreamFrameMeta |
Protobuf type
brpc.StreamFrameMeta |
| StreamingRpcProto.StreamFrameMeta.Builder |
Protobuf type
brpc.StreamFrameMeta |
| StreamingRpcProto.StreamSettings |
Protobuf type
brpc.StreamSettings |
| StreamingRpcProto.StreamSettings.Builder |
Protobuf type
brpc.StreamSettings |
| 枚举 | 说明 |
|---|---|
| BaiduRpcErrno.Errno |
Protobuf enum
brpc.Errno |
| Options.CompressType |
Protobuf enum
brpc.CompressType |
| Options.ConnectionType |
Protobuf enum
brpc.ConnectionType |
| Options.ProtocolType |
Protobuf enum
brpc.ProtocolType |
| Options.TalkType |
Protobuf enum
brpc.TalkType |
| StreamingRpcProto.FrameType |
Protobuf enum
brpc.FrameType |
| 注释类型 | 说明 |
|---|---|
| BrpcMeta |
Copyright © 2019 Baidu, Inc.. All rights reserved.