Uses of Class
io.grpc.internal.NoopClientStream
-
Packages that use NoopClientStream Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of NoopClientStream in io.grpc.internal
Subclasses of NoopClientStream in io.grpc.internal Modifier and Type Class Description classFailingClientStreamAn implementation ofClientStreamthat fails (by callingClientStreamListener.closed(io.grpc.Status, io.grpc.internal.ClientStreamListener.RpcProgress, io.grpc.Metadata)) when started, and silently does nothing for the other operations.Fields in io.grpc.internal declared as NoopClientStream Modifier and Type Field Description static NoopClientStreamNoopClientStream. INSTANCE
-