public static interface StreamingRpcProto.StreamFrameMetaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
StreamingRpcProto.Feedback |
getFeedback()
optional .brpc.Feedback feedback = 5; |
StreamingRpcProto.FeedbackOrBuilder |
getFeedbackOrBuilder()
optional .brpc.Feedback feedback = 5; |
StreamingRpcProto.FrameType |
getFrameType()
optional .brpc.FrameType frame_type = 3; |
boolean |
getHasContinuation()
optional bool has_continuation = 4; |
long |
getSourceStreamId()
optional int64 source_stream_id = 2; |
long |
getStreamId()
required int64 stream_id = 1; |
boolean |
hasFeedback()
optional .brpc.Feedback feedback = 5; |
boolean |
hasFrameType()
optional .brpc.FrameType frame_type = 3; |
boolean |
hasHasContinuation()
optional bool has_continuation = 4; |
boolean |
hasSourceStreamId()
optional int64 source_stream_id = 2; |
boolean |
hasStreamId()
required int64 stream_id = 1; |
boolean hasStreamId()
required int64 stream_id = 1;long getStreamId()
required int64 stream_id = 1;boolean hasSourceStreamId()
optional int64 source_stream_id = 2;long getSourceStreamId()
optional int64 source_stream_id = 2;boolean hasFrameType()
optional .brpc.FrameType frame_type = 3;StreamingRpcProto.FrameType getFrameType()
optional .brpc.FrameType frame_type = 3;boolean hasHasContinuation()
optional bool has_continuation = 4;boolean getHasContinuation()
optional bool has_continuation = 4;boolean hasFeedback()
optional .brpc.Feedback feedback = 5;StreamingRpcProto.Feedback getFeedback()
optional .brpc.Feedback feedback = 5;StreamingRpcProto.FeedbackOrBuilder getFeedbackOrBuilder()
optional .brpc.Feedback feedback = 5;Copyright © 2019 Baidu, Inc.. All rights reserved.