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

Method inboundMessageRead

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

An inbound message has been fully read from the transport. @param seqNo the sequential number of the message within the stream, starting from 0. It can be used to correlate with #inboundMessage(int) for the same message. @param optionalWireSize the wire size of the message. -1

(int seqNo, long optionalWireSize, long optionalUncompressedSize)

Source from the content-addressed store, hash-verified

73 * @param optionalUncompressedSize the uncompressed serialized size of the message. -1 if unknown
74 */
75 public void inboundMessageRead(int seqNo, long optionalWireSize, long optionalUncompressedSize) {
76 }
77
78 /**
79 * The wire size of some outbound data is revealed. This can only used to record the accumulative

Callers 3

writeMessageMethod · 0.45
writeMessageMethod · 0.45
reportInboundMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected