MCPcopy Create free account
hub / github.com/grpc/grpc-java / cancel

Method cancel

core/src/main/java/io/grpc/internal/AbstractServerStream.java:70–70  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

68 * <p>This is a clone of {@link ServerStream#cancel(Status)}.
69 */
70 void cancel(Status status);
71 }
72
73 private final MessageFramer framer;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected