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

Method isReady

api/src/main/java/io/grpc/ClientCall.java:264–266  ·  view source on GitHub ↗

If true, indicates that the call is capable of sending additional messages without requiring excessive buffering internally. This event is just a suggestion and the application is free to ignore it, however doing so may result in excessive buffering within the call. If false, {@l

()

Source from the content-addressed store, hash-verified

262 * override the method.
263 */
264 public boolean isReady() {
265 return true;
266 }
267
268 /**
269 * Enables per-message compression, if an encoding type has been negotiated. If no message

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected