Uses of Class
io.grpc.reflection.v1alpha.ServerReflectionResponse
Packages that use ServerReflectionResponse
-
Uses of ServerReflectionResponse in io.grpc.reflection.v1alpha
Fields in io.grpc.reflection.v1alpha declared as ServerReflectionResponseModifier and TypeFieldDescriptionprivate static final ServerReflectionResponseServerReflectionResponse.DEFAULT_INSTANCEFields in io.grpc.reflection.v1alpha with type parameters of type ServerReflectionResponseModifier and TypeFieldDescriptionprivate static MethodDescriptor<ServerReflectionRequest, ServerReflectionResponse> ServerReflectionGrpc.getServerReflectionInfoMethodprivate static final com.google.protobuf.Parser<ServerReflectionResponse> ServerReflectionResponse.PARSERMethods in io.grpc.reflection.v1alpha that return ServerReflectionResponseModifier and TypeMethodDescriptionServerReflectionResponse.Builder.build()ServerReflectionResponse.Builder.buildPartial()static ServerReflectionResponseServerReflectionResponse.getDefaultInstance()ServerReflectionResponse.Builder.getDefaultInstanceForType()ServerReflectionResponse.getDefaultInstanceForType()static ServerReflectionResponseServerReflectionResponse.parseDelimitedFrom(InputStream input) static ServerReflectionResponseServerReflectionResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerReflectionResponseServerReflectionResponse.parseFrom(byte[] data) static ServerReflectionResponseServerReflectionResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerReflectionResponseServerReflectionResponse.parseFrom(com.google.protobuf.ByteString data) static ServerReflectionResponseServerReflectionResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerReflectionResponseServerReflectionResponse.parseFrom(com.google.protobuf.CodedInputStream input) static ServerReflectionResponseServerReflectionResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerReflectionResponseServerReflectionResponse.parseFrom(InputStream input) static ServerReflectionResponseServerReflectionResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerReflectionResponseServerReflectionResponse.parseFrom(ByteBuffer data) static ServerReflectionResponseServerReflectionResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.reflection.v1alpha that return types with arguments of type ServerReflectionResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ServerReflectionResponse> ServerReflectionResponse.getParserForType()ServerReflectionGrpc.getServerReflectionInfoMethod()static com.google.protobuf.Parser<ServerReflectionResponse> ServerReflectionResponse.parser()Methods in io.grpc.reflection.v1alpha with parameters of type ServerReflectionResponseModifier and TypeMethodDescriptionprivate voidServerReflectionResponse.Builder.buildPartial0(ServerReflectionResponse result) private voidServerReflectionResponse.Builder.buildPartialOneofs(ServerReflectionResponse result) ServerReflectionResponse.Builder.mergeFrom(ServerReflectionResponse other) ServerReflectionResponse.newBuilder(ServerReflectionResponse prototype) Method parameters in io.grpc.reflection.v1alpha with type arguments of type ServerReflectionResponseModifier and TypeMethodDescriptiondefault StreamObserver<ServerReflectionRequest> ServerReflectionGrpc.AsyncService.serverReflectionInfo(StreamObserver<ServerReflectionResponse> responseObserver) The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.ServerReflectionGrpc.ServerReflectionStub.serverReflectionInfo(StreamObserver<ServerReflectionResponse> responseObserver) The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.