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