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

Method isReady

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

If true, indicates that the transport is capable of sending additional messages without requiring excessive buffering internally. Otherwise, StreamListener#onReady() will be called when it turns true. This is just a suggestion and the application is free to ignore it, how

()

Source from the content-addressed store, hash-verified

66 * result in excessive buffering within the transport.
67 */
68 boolean isReady();
69
70 /**
71 * Provides a hint that directExecutor is being used by the listener for callbacks to the

Callers 15

basicStreamMethod · 0.65
flowControlPushBackMethod · 0.65
isReadyMethod · 0.65
setStream_isReadyMethod · 0.65
cancelThenSetStreamMethod · 0.65
onReadyMethod · 0.65
isReadyTestMethod · 0.65

Implementers 1

AbstractStreamcore/src/main/java/io/grpc/internal/Ab

Calls

no outgoing calls

Tested by 15

basicStreamMethod · 0.52
flowControlPushBackMethod · 0.52
isReadyMethod · 0.52
setStream_isReadyMethod · 0.52
cancelThenSetStreamMethod · 0.52
onReadyMethod · 0.52
isReadyTestMethod · 0.52