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

Method isClosed

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

Returns whether the framer is closed.

()

Source from the content-addressed store, hash-verified

33
34 /** Returns whether the framer is closed. */
35 boolean isClosed();
36
37 /** Closes, with flush. */
38 void close();

Callers 6

writeMessageMethod · 0.65
flushMethod · 0.65
runMethod · 0.65
maxConnectionAgeMethod · 0.65
startIoMethod · 0.65
onCloseSentMethod · 0.65

Implementers 2

GetFramercore/src/main/java/io/grpc/internal/Ab
MessageFramercore/src/main/java/io/grpc/internal/Me

Calls

no outgoing calls

Tested by 1

maxConnectionAgeMethod · 0.52