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)
| 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 |
no outgoing calls
no test coverage detected