Uses of Class
io.grpc.reflection.v1alpha.ServerReflectionResponse
-
Packages that use ServerReflectionResponse Package Description io.grpc.protobuf.services Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.io.grpc.reflection.v1alpha -
-
Uses of ServerReflectionResponse in io.grpc.protobuf.services
Method parameters in io.grpc.protobuf.services with type arguments of type ServerReflectionResponse Modifier and Type Method Description io.grpc.stub.StreamObserver<ServerReflectionRequest>ProtoReflectionService. serverReflectionInfo(io.grpc.stub.StreamObserver<ServerReflectionResponse> responseObserver) -
Uses of ServerReflectionResponse in io.grpc.reflection.v1alpha
Methods in io.grpc.reflection.v1alpha that return ServerReflectionResponse Modifier and Type Method Description ServerReflectionResponseServerReflectionResponse.Builder. build()ServerReflectionResponseServerReflectionResponse.Builder. buildPartial()static ServerReflectionResponseServerReflectionResponse. getDefaultInstance()ServerReflectionResponseServerReflectionResponse.Builder. getDefaultInstanceForType()ServerReflectionResponseServerReflectionResponse. 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 ServerReflectionResponse Modifier and Type Method Description com.google.protobuf.Parser<ServerReflectionResponse>ServerReflectionResponse. getParserForType()static io.grpc.MethodDescriptor<ServerReflectionRequest,ServerReflectionResponse>ServerReflectionGrpc. getServerReflectionInfoMethod()static com.google.protobuf.Parser<ServerReflectionResponse>ServerReflectionResponse. parser()Methods in io.grpc.reflection.v1alpha with parameters of type ServerReflectionResponse Modifier and Type Method Description ServerReflectionResponse.BuilderServerReflectionResponse.Builder. mergeFrom(ServerReflectionResponse other)static ServerReflectionResponse.BuilderServerReflectionResponse. newBuilder(ServerReflectionResponse prototype)Method parameters in io.grpc.reflection.v1alpha with type arguments of type ServerReflectionResponse Modifier and Type Method Description default io.grpc.stub.StreamObserver<ServerReflectionRequest>ServerReflectionGrpc.AsyncService. serverReflectionInfo(io.grpc.stub.StreamObserver<ServerReflectionResponse> responseObserver)The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.io.grpc.stub.StreamObserver<ServerReflectionRequest>ServerReflectionGrpc.ServerReflectionStub. serverReflectionInfo(io.grpc.stub.StreamObserver<ServerReflectionResponse> responseObserver)The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.
-