CallOptions.CallOptions.ServerCallHandler for a bidi streaming method of the service.StreamObserver for the request messages.ServerCallHandler for a client streaming method of the service.StreamObserver.ServerCallHandler for a server streaming method of the service.StreamObserver.ServerCallHandler for a unary call method of the service.ClientCallStreamObserver for the outbound stream.Iterator over the
response stream.Iterator over the
response stream.CallStreamObserver that allows for lower-level interaction with
client calls.StreamObserver implemented by clients in order to interact with the
advanced features of a call such as flow-control.Iterator to the target CallStreamObserver while properly
accounting for outbound flow-control.Iterable to the target CallStreamObserver while properly
accounting for outbound flow-control.StreamObserver.onNext(Object) has completed.ListenableFuture to the response.CallOptions of the stub.true indicates that the call has been cancelled by the remote peer.true indicates that a call to StreamObserver.onNext(Object) will not require the entire
message to be buffered before it is sent to the peer.count more messages to be delivered to the 'inbound'
StreamObserver.ServerCallHandlers to application service implementation,
meant to be used by the generated code.CallStreamObserver to allows for interaction with call
cancellation events on the server side.StreamObserver.onNext(V).Runnable that will be called if the calls ServerCallStreamObserver.isCancelled() state
changes from false to true.Runnable that will be executed every time the stream CallStreamObserver.isReady() state
changes from false to true.StreamObserver and it's common subclasses like
CallStreamObserver.duration from now.AbstractStub.withDeadline(Deadline) instead.ClientInterceptor via the CallOptions parameter.