Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ close
Method
close
core/src/main/java/io/grpc/internal/Framer.java:38–38 ·
view source on GitHub ↗
Closes, with flush.
()
Source
from the content-addressed store, hash-verified
36
37
/** Closes, with flush. */
38
void
close();
39
40
/** Closes, without flush. */
41
void
dispose();
Callers
15
newStream_duringShutdown
Method · 0.65
transportInUse_balancerRpcsNotCounted
Method · 0.65
transportInUse_normalClose
Method · 0.65
basicStream
Method · 0.65
verifyMessageCountAndClose
Method · 0.65
interactionsAfterServerStreamCloseAreNoops
Method · 0.65
clientChecksInboundMetadataSize_header
Method · 0.65
clientChecksInboundMetadataSize_trailer
Method · 0.65
close
Method · 0.65
writeMessage_closesStream
Method · 0.65
subtestCallsAndShutdown
Method · 0.65
getRetryPolicies
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
15
newStream_duringShutdown
Method · 0.52
transportInUse_balancerRpcsNotCounted
Method · 0.52
transportInUse_normalClose
Method · 0.52
basicStream
Method · 0.52
verifyMessageCountAndClose
Method · 0.52
interactionsAfterServerStreamCloseAreNoops
Method · 0.52
clientChecksInboundMetadataSize_header
Method · 0.52
clientChecksInboundMetadataSize_trailer
Method · 0.52
close
Method · 0.52
writeMessage_closesStream
Method · 0.52
subtestCallsAndShutdown
Method · 0.52
getRetryPolicies
Method · 0.52