Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
writeMessage
Method · 0.65
flush
Method · 0.65
run
Method · 0.65
maxConnectionAge
Method · 0.65
startIo
Method · 0.65
onCloseSent
Method · 0.65
Implementers
2
GetFramer
core/src/main/java/io/grpc/internal/Ab
MessageFramer
core/src/main/java/io/grpc/internal/Me
Calls
no outgoing calls
Tested by
1
maxConnectionAge
Method · 0.52