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

Method outboundWireSize

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

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

(long bytes)

Source from the content-addressed store, hash-verified

80 * outbound wire size. There is no guarantee wrt timing or granularity of this method.
81 */
82 public void outboundWireSize(long bytes) {
83 }
84
85 /**
86 * The uncompressed size of some outbound data is revealed. This can only used to record the

Callers 3

writeMessageMethod · 0.45
writeMessageMethod · 0.45
sendInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected