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