Tears down the stream, typically in the event of a timeout. This method may be called multiple times and from any thread. This is a clone of ClientStream#cancel(Status); AbstractClientStream#cancel delegates to this method.
(Status status)
| 87 | * {@link AbstractClientStream#cancel} delegates to this method. |
| 88 | */ |
| 89 | void cancel(Status status); |
| 90 | } |
| 91 | |
| 92 | private final TransportTracer transportTracer; |
no outgoing calls