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

Method cancel

core/src/main/java/io/grpc/internal/ServerStream.java:60–60  ·  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.

(Status status)

Source from the content-addressed store, hash-verified

58 * times and from any thread.
59 */
60 void cancel(Status status);
61
62 /**
63 * Sets the decompressor on the deframer. If the transport does not support compression, this may

Callers 1

serverCancelMethod · 0.95

Implementers 4

InProcessServerStreaminprocess/src/main/java/io/grpc/inproc
SingleMessageServerStreambinder/src/main/java/io/grpc/binder/in
MultiMessageServerStreambinder/src/main/java/io/grpc/binder/in
AbstractServerStreamcore/src/main/java/io/grpc/internal/Ab

Calls

no outgoing calls

Tested by 1

serverCancelMethod · 0.76