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.serverCallStreamObserver
Methods in io.grpc.protobuf.services that return ServerReflectionResponseModifier and TypeMethodDescriptionprivate ServerReflectionResponse
ProtoReflectionServiceV1.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 ServerReflectionResponse
ServerReflectionResponse.DEFAULT_INSTANCE
Fields in io.grpc.reflection.v1 with type parameters of type ServerReflectionResponseModifier and TypeFieldDescriptionprivate static MethodDescriptor
<ServerReflectionRequest, ServerReflectionResponse> ServerReflectionGrpc.getServerReflectionInfoMethod
private static final com.google.protobuf.Parser
<ServerReflectionResponse> ServerReflectionResponse.PARSER
Methods in io.grpc.reflection.v1 that return ServerReflectionResponseModifier and TypeMethodDescriptionServerReflectionResponse.Builder.build()
ServerReflectionResponse.Builder.buildPartial()
static ServerReflectionResponse
ServerReflectionResponse.getDefaultInstance()
ServerReflectionResponse.Builder.getDefaultInstanceForType()
ServerReflectionResponse.getDefaultInstanceForType()
static ServerReflectionResponse
ServerReflectionResponse.parseDelimitedFrom
(InputStream input) static ServerReflectionResponse
ServerReflectionResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerReflectionResponse
ServerReflectionResponse.parseFrom
(byte[] data) static ServerReflectionResponse
ServerReflectionResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerReflectionResponse
ServerReflectionResponse.parseFrom
(com.google.protobuf.ByteString data) static ServerReflectionResponse
ServerReflectionResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerReflectionResponse
ServerReflectionResponse.parseFrom
(com.google.protobuf.CodedInputStream input) static ServerReflectionResponse
ServerReflectionResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerReflectionResponse
ServerReflectionResponse.parseFrom
(InputStream input) static ServerReflectionResponse
ServerReflectionResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerReflectionResponse
ServerReflectionResponse.parseFrom
(ByteBuffer data) static ServerReflectionResponse
ServerReflectionResponse.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 void
ServerReflectionResponse.Builder.buildPartial0
(ServerReflectionResponse result) private void
ServerReflectionResponse.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.