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

Method inboundWireSize

api/src/main/java/io/grpc/StreamTracer.java:98–99  ·  view source on GitHub ↗

The wire size of some inbound data is revealed. This can only be used to record the accumulative received wire size. There is no guarantee wrt timing or granularity of this method.

(long bytes)

Source from the content-addressed store, hash-verified

96 * method.
97 */
98 public void inboundWireSize(long bytes) {
99 }
100
101 /**
102 * The uncompressed size of some inbound data is revealed. This can only used to record the

Callers 3

writeMessageMethod · 0.45
writeMessageMethod · 0.45
reportInboundSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected