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

Method payload

core/src/main/java/io/grpc/internal/Http2Ping.java:113–115  ·  view source on GitHub ↗

Returns the expected ping payload for this outstanding operation. @return the expected payload for this outstanding ping

()

Source from the content-addressed store, hash-verified

111 * @return the expected payload for this outstanding ping
112 */
113 public long payload() {
114 return data;
115 }
116
117 /**
118 * Completes this operation successfully. The stopwatch given during construction is used to

Callers 2

onPingAckReadMethod · 0.95
pingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected