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 ServerStream#cancel(Status).
(Status status)
| 68 | * <p>This is a clone of {@link ServerStream#cancel(Status)}. |
| 69 | */ |
| 70 | void cancel(Status status); |
| 71 | } |
| 72 | |
| 73 | private final MessageFramer framer; |
nothing calls this directly
no outgoing calls
no test coverage detected