| Package | Description |
|---|---|
| io.grpc.stub |
API for the Stub layer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientCallStreamObserver<ReqT>
A refinement of
CallStreamObserver that allows for lower-level interaction with
client calls. |
class |
ServerCallStreamObserver<RespT>
A refinement of
CallStreamObserver to allows for interaction with call
cancellation events on the server side. |
| Modifier and Type | Method and Description |
|---|---|
static <V> void |
StreamObservers.copyWithFlowControl(java.lang.Iterable<V> source,
CallStreamObserver<V> target)
Copy the values of an
Iterable to the target CallStreamObserver while properly
accounting for outbound flow-control. |
static <V> void |
StreamObservers.copyWithFlowControl(java.util.Iterator<V> source,
CallStreamObserver<V> target)
Copy the values of an
Iterator to the target CallStreamObserver while properly
accounting for outbound flow-control. |