Uses of Class
io.grpc.reflection.v1.ServerReflectionResponse
Packages that use ServerReflectionResponse
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
-
Uses of ServerReflectionResponse in io.grpc.protobuf.services
Fields in io.grpc.protobuf.services with type parameters of type ServerReflectionResponseModifier and TypeFieldDescriptionprivate final ServerCallStreamObserver<ServerReflectionResponse> ProtoReflectionServiceV1.ProtoReflectionStreamObserver.serverCallStreamObserverMethods in io.grpc.protobuf.services that return ServerReflectionResponseModifier and TypeMethodDescriptionprivate ServerReflectionResponseProtoReflectionServiceV1.ProtoReflectionStreamObserver.createServerReflectionResponse(ServerReflectionRequest request, com.google.protobuf.Descriptors.FileDescriptor fd) Methods in io.grpc.protobuf.services that return types with arguments of type ServerReflectionResponseModifier and TypeMethodDescriptionProtoReflectionService.createServerCallHandler(ServerServiceDefinition serverServiceDefinition) Method parameters in io.grpc.protobuf.services with type arguments of type ServerReflectionResponseModifier and TypeMethodDescriptionProtoReflectionServiceV1.serverReflectionInfo(StreamObserver<ServerReflectionResponse> responseObserver) Constructor parameters in io.grpc.protobuf.services with type arguments of type ServerReflectionResponseModifierConstructorDescription(package private)ProtoReflectionStreamObserver(ProtoReflectionServiceV1.ServerReflectionIndex serverReflectionIndex, ServerCallStreamObserver<ServerReflectionResponse> serverCallStreamObserver) -
Uses of ServerReflectionResponse in io.grpc.reflection.v1
Fields in io.grpc.reflection.v1 declared as ServerReflectionResponseModifier and TypeFieldDescriptionprivate static final ServerReflectionResponseServerReflectionResponse.DEFAULT_INSTANCEFields in io.grpc.reflection.v1 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.v1 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.v1 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.v1 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.v1 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.