Uses of Class
io.grpc.reflection.v1.ServerReflectionResponse
Packages that use ServerReflectionResponse
-
Uses of ServerReflectionResponse in io.grpc.reflection.v1
Methods 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()static io.grpc.MethodDescriptor<ServerReflectionRequest,ServerReflectionResponse> ServerReflectionGrpc.getServerReflectionInfoMethod()static com.google.protobuf.Parser<ServerReflectionResponse>ServerReflectionResponse.parser()io.smallrye.mutiny.Multi<ServerReflectionResponse>MutinyServerReflectionGrpc.MutinyServerReflectionStub.serverReflectionInfo(io.smallrye.mutiny.Multi<ServerReflectionRequest> request) The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.io.smallrye.mutiny.Multi<ServerReflectionResponse>MutinyServerReflectionGrpc.ServerReflectionImplBase.serverReflectionInfo(io.smallrye.mutiny.Multi<ServerReflectionRequest> request) The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.io.smallrye.mutiny.Multi<ServerReflectionResponse>ServerReflection.serverReflectionInfo(io.smallrye.mutiny.Multi<ServerReflectionRequest> request) The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.io.smallrye.mutiny.Multi<ServerReflectionResponse>ServerReflectionBean.serverReflectionInfo(io.smallrye.mutiny.Multi<ServerReflectionRequest> request) io.smallrye.mutiny.Multi<ServerReflectionResponse>ServerReflectionClient.serverReflectionInfo(io.smallrye.mutiny.Multi<ServerReflectionRequest> request) Methods in io.grpc.reflection.v1 with parameters of type ServerReflectionResponseModifier and TypeMethodDescriptionServerReflectionResponse.Builder.mergeFrom(ServerReflectionResponse other) ServerReflectionResponse.newBuilder(ServerReflectionResponse prototype) Method parameters in io.grpc.reflection.v1 with type arguments of type ServerReflectionResponseModifier and TypeMethodDescriptiondefault 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.