Uses of Class
io.grpc.stub.CallStreamObserver
Packages that use CallStreamObserver
-
Uses of CallStreamObserver in io.grpc.stub
Subclasses of CallStreamObserver in io.grpc.stubModifier and TypeClassDescriptionclassClientCallStreamObserver<ReqT>A refinement ofCallStreamObserverthat allows for lower-level interaction with client calls.classServerCallStreamObserver<RespT>A refinement ofCallStreamObserverto allows for interaction with call cancellation events on the server side.Methods in io.grpc.stub with parameters of type CallStreamObserverModifier and TypeMethodDescriptionstatic <V> voidStreamObservers.copyWithFlowControl(Iterable<V> source, CallStreamObserver<V> target) Deprecated.Copy the values of anIterableto the targetCallStreamObserverwhile properly accounting for outbound flow-control.static <V> voidStreamObservers.copyWithFlowControl(Iterator<V> source, CallStreamObserver<V> target) Deprecated.Copy the values of anIteratorto the targetCallStreamObserverwhile properly accounting for outbound flow-control.