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

Method isReady

api/src/main/java/io/grpc/ServerCall.java:153–155  ·  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

151 * override the method.
152 */
153 public boolean isReady() {
154 return true;
155 }
156
157 /**
158 * Close the call with the provided status. No further sending or receiving will occur. If {@link

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected