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 TypeClassDescriptionclassThe abstract base class forClientStreamimplementations.final classAn implementation ofClientStreamthat fails (by callingClientStreamListener.closed(Status, ClientStreamListener.RpcProgress, Metadata)) when started, and silently does nothing for the other operations.classAn implementation ofClientStreamthat 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.