Lines Matching full:when
61 // Class that receives callbacks from the connection when frames are received
62 // and when other interesting events happen.
73 // Called when the stream is reset by the peer.
76 // Called when the connection is going away according to the peer.
79 // Called when the connection is closed either locally by the framer, or
90 // Called when a blocked socket becomes writable. If all pending bytes for
107 // Called when a packet has been sent.
113 // Called when the contents of a packet have been retransmitted as
119 // Called when a packet has been received, but before it is
125 // Called when the protocol version on the received packet doensn't match
129 // Called when the complete header of a packet has been parsed.
132 // Called when a StreamFrame has been parsed.
135 // Called when a AckFrame has been parsed.
138 // Called when a CongestionFeedbackFrame has been parsed.
142 // Called when a RstStreamFrame has been parsed.
145 // Called when a ConnectionCloseFrame has been parsed.
149 // Called when a public reset packet has been received.
152 // Called when a version negotiation packet has been received.
173 // notify |delegate| when the alarm fires. Caller takes ownership
248 // Called when the underlying connection becomes writable to allow queued
252 // Called when a packet has been finally sent to the network.
362 // Called when an RTO fires. Resets the retransmission alarm if there are
368 // encrypted packets. Used when the negotiated protocol version is different
369 // from what was initially assumed and when the visitor wants to re-transmit
370 // initially encrypted packets when the initial encrypter changes.
419 // manager, and when |forced| is true, it bypasses the congestion manager.
462 // In addition to all outgoing frames being bundled when the
603 // blocked when this is called.
615 // future, when a new key is installed.
679 // When the version negotiation packet could not be sent because the socket
683 // When packets could not be sent because the socket was not writable,
694 // True when the socket becomes unwritable.
702 // An alarm that fires when an ACK should be sent to the peer.
704 // An alarm that fires when a packet needs to be retransmitted.
706 // An alarm that is scheduled when the sent scheduler requires a
707 // a delay before sending packets and fires when the packet may be sent.
709 // An alarm that is scheduled when the connection can still write and there
712 // An alarm that fires when the connection may have timed out.
738 // number order. Not set when packets are queued, since that may cause
743 // connection and contains the send and receive algorithms to determine when
761 // An AckNotifier can register to be informed when ACKs have been received for