Uses of Class
grpc.reflection.v1alpha.Reflection.ServerReflectionResponse
Packages that use Reflection.ServerReflectionResponse
-
Uses of Reflection.ServerReflectionResponse in grpc.reflection.v1alpha
Methods in grpc.reflection.v1alpha that return Reflection.ServerReflectionResponseModifier and TypeMethodDescriptionReflection.ServerReflectionResponse.Builder.build()Reflection.ServerReflectionResponse.Builder.buildPartial()Reflection.ServerReflectionResponse.getDefaultInstance()Reflection.ServerReflectionResponse.Builder.getDefaultInstanceForType()Reflection.ServerReflectionResponse.getDefaultInstanceForType()Reflection.ServerReflectionResponse.parseDelimitedFrom(InputStream input) Reflection.ServerReflectionResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Reflection.ServerReflectionResponse.parseFrom(byte[] data) Reflection.ServerReflectionResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Reflection.ServerReflectionResponse.parseFrom(com.google.protobuf.ByteString data) Reflection.ServerReflectionResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Reflection.ServerReflectionResponse.parseFrom(com.google.protobuf.CodedInputStream input) Reflection.ServerReflectionResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Reflection.ServerReflectionResponse.parseFrom(InputStream input) Reflection.ServerReflectionResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Reflection.ServerReflectionResponse.parseFrom(ByteBuffer data) Reflection.ServerReflectionResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in grpc.reflection.v1alpha that return types with arguments of type Reflection.ServerReflectionResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Reflection.ServerReflectionResponse>Reflection.ServerReflectionResponse.getParserForType()static io.grpc.MethodDescriptor<Reflection.ServerReflectionRequest,Reflection.ServerReflectionResponse> ServerReflectionGrpc.getServerReflectionInfoMethod()static com.google.protobuf.Parser<Reflection.ServerReflectionResponse>Reflection.ServerReflectionResponse.parser()io.smallrye.mutiny.Multi<Reflection.ServerReflectionResponse>MutinyServerReflectionGrpc.MutinyServerReflectionStub.serverReflectionInfo(io.smallrye.mutiny.Multi<Reflection.ServerReflectionRequest> request) The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.io.smallrye.mutiny.Multi<Reflection.ServerReflectionResponse>MutinyServerReflectionGrpc.ServerReflectionImplBase.serverReflectionInfo(io.smallrye.mutiny.Multi<Reflection.ServerReflectionRequest> request) The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.io.smallrye.mutiny.Multi<Reflection.ServerReflectionResponse>ServerReflection.serverReflectionInfo(io.smallrye.mutiny.Multi<Reflection.ServerReflectionRequest> request) The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.io.smallrye.mutiny.Multi<Reflection.ServerReflectionResponse>ServerReflectionBean.serverReflectionInfo(io.smallrye.mutiny.Multi<Reflection.ServerReflectionRequest> request) io.smallrye.mutiny.Multi<Reflection.ServerReflectionResponse>ServerReflectionClient.serverReflectionInfo(io.smallrye.mutiny.Multi<Reflection.ServerReflectionRequest> request) Methods in grpc.reflection.v1alpha with parameters of type Reflection.ServerReflectionResponseModifier and TypeMethodDescriptionReflection.ServerReflectionResponse.Builder.mergeFrom(Reflection.ServerReflectionResponse other) Reflection.ServerReflectionResponse.newBuilder(Reflection.ServerReflectionResponse prototype) Method parameters in grpc.reflection.v1alpha with type arguments of type Reflection.ServerReflectionResponseModifier and TypeMethodDescriptiondefault io.grpc.stub.StreamObserver<Reflection.ServerReflectionRequest>ServerReflectionGrpc.AsyncService.serverReflectionInfo(io.grpc.stub.StreamObserver<Reflection.ServerReflectionResponse> responseObserver) The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.io.grpc.stub.StreamObserver<Reflection.ServerReflectionRequest>ServerReflectionGrpc.ServerReflectionStub.serverReflectionInfo(io.grpc.stub.StreamObserver<Reflection.ServerReflectionResponse> responseObserver) The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.