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

Method flush

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

Flush the buffered payload.

()

Source from the content-addressed store, hash-verified

30
31 /** Flush the buffered payload. */
32 void flush();
33
34 /** Returns whether the framer is closed. */
35 boolean isClosed();

Callers

nothing calls this directly

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected