Searched refs:onSentBytes (Results 1 – 5 of 5) sorted by relevance
273 public final void onSentBytes(int numBytes) { in onSentBytes() method in AbstractStream.TransportState
132 transportState().onSentBytes(numBytes); in writeFrame()
177 transportState().onSentBytes(numBytes); in writeFrame()
392 stream.transportState().onSentBytes(bytesToWrite); in write()
431 state.onSentBytes(buffer.position()); in onWriteCompleted()