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

Method close

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

Closes this deframer and frees any resources. After this method is called, additional calls will have no effect.

()

Source from the content-addressed store, hash-verified

65 * will have no effect.
66 */
67 void close();
68}

Callers

nothing calls this directly

Implementers 3

MessageDeframercore/src/main/java/io/grpc/internal/Me
ApplicationThreadDeframercore/src/main/java/io/grpc/internal/Ap
MigratingThreadDeframercore/src/main/java/io/grpc/internal/Mi

Calls

no outgoing calls

Tested by

no test coverage detected