Starts stream. This method may only be called once. It is safe to do latent initialization of the stream up until #start is called. This method should not throw any exceptions. @param listener non-null listener of stream events
(ClientStreamListener listener)
| 77 | * @param listener non-{@code null} listener of stream events |
| 78 | */ |
| 79 | void start(ClientStreamListener listener); |
| 80 | |
| 81 | /** |
| 82 | * Sets the max size accepted from the remote endpoint. |
no outgoing calls