Uses of Class
io.grpc.stub.ServerCallStreamObserver
-
Packages that use ServerCallStreamObserver Package Description io.grpc.protobuf.services Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.io.grpc.stub API for the Stub layer. -
-
Uses of ServerCallStreamObserver in io.grpc.protobuf.services
Fields in io.grpc.protobuf.services declared as ServerCallStreamObserver Modifier and Type Field Description private ServerCallStreamObserver<ServerReflectionResponse>
ProtoReflectionServiceV1.ProtoReflectionStreamObserver. serverCallStreamObserver
Constructors in io.grpc.protobuf.services with parameters of type ServerCallStreamObserver Constructor Description ProtoReflectionStreamObserver(ProtoReflectionServiceV1.ServerReflectionIndex serverReflectionIndex, ServerCallStreamObserver<ServerReflectionResponse> serverCallStreamObserver)
-
Uses of ServerCallStreamObserver in io.grpc.stub
Subclasses of ServerCallStreamObserver in io.grpc.stub Modifier and Type Class Description private static class
ServerCalls.ServerCallStreamObserverImpl<ReqT,RespT>
-