StreamingRpcProto.FrameType |
StreamingRpcProto.StreamFrameMetaOrBuilder.getFrameType()
optional .brpc.FrameType frame_type = 3;
|
StreamingRpcProto.FrameType |
StreamingRpcProto.StreamFrameMeta.getFrameType()
optional .brpc.FrameType frame_type = 3;
|
StreamingRpcProto.FrameType |
StreamingRpcProto.StreamFrameMeta.Builder.getFrameType()
optional .brpc.FrameType frame_type = 3;
|
static StreamingRpcProto.FrameType |
StreamingRpcProto.FrameType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StreamingRpcProto.FrameType |
StreamingRpcProto.FrameType.valueOf(int value) |
static StreamingRpcProto.FrameType |
StreamingRpcProto.FrameType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static StreamingRpcProto.FrameType[] |
StreamingRpcProto.FrameType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|