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

Method request

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

Requests up to the given number of messages from the call. No additional messages will be delivered. If #close() has been called, this method will have no effect. @param numMessages the requested number of messages to be delivered to the listener.

(int numMessages)

Source from the content-addressed store, hash-verified

49 * @param numMessages the requested number of messages to be delivered to the listener.
50 */
51 void request(int numMessages);
52
53 /**
54 * Adds the given data to this deframer and attempts delivery to the listener.

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