Uses of Interface
io.grpc.internal.ClientStream
Packages that use ClientStream
-
Uses of ClientStream in io.grpc.internal
Classes in io.grpc.internal that implement ClientStreamModifier and TypeClassDescriptionclass
The abstract base class forClientStream
implementations.final class
An implementation ofClientStream
that 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.class
An implementation ofClientStream
that silently does nothing for the operations.Methods in io.grpc.internal that return ClientStreamModifier and TypeMethodDescriptionClientTransport.newStream
(MethodDescriptor<?, ?> method, Metadata headers, CallOptions callOptions, ClientStreamTracer[] tracers) Creates a new stream for sending messages to a remote end-point.