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

Method cancel

core/src/main/java/io/grpc/internal/AbstractClientStream.java:89–89  ·  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 ClientStream#cancel(Status); AbstractClientStream#cancel delegates to this method.

(Status status)

Source from the content-addressed store, hash-verified

87 * {@link AbstractClientStream#cancel} delegates to this method.
88 */
89 void cancel(Status status);
90 }
91
92 private final TransportTracer transportTracer;

Callers 15

verifyServiceUriMethod · 0.65
runMethod · 0.65
closeMethod · 0.65
refreshBackoffEntryMethod · 0.65
cleanupMethod · 0.65
cancelMethod · 0.65
closedMethod · 0.65
messagesAvailableMethod · 0.65
cancel_doNotAcceptOkMethod · 0.65
cancel_failsOnNullMethod · 0.65
cancelThenSetCallMethod · 0.65

Calls

no outgoing calls