Lines Matching full:when
15 The only case when BaseProtocol should be implemented directly is
22 """Called when a connection is made.
26 When the connection is closed, connection_lost() is called.
30 """Called when the connection is lost or closed.
38 """Called when the transport's buffer goes over the high-water mark.
41 once when the buffer goes strictly over the high-water mark
43 more), and eventually resume_writing() is called once when the
48 Conversely, resume_writing() is called when the buffer size is
50 are important to ensure that things go as expected when either
55 effect when it's most needed (when the app keeps writing
60 """Called when the transport's buffer drains below the low-water mark.
73 When the user wants to requests a transport, they pass a protocol
76 When the connection is made successfully, connection_made() is
95 """Called when some data is received.
101 """Called when the other end calls write_eof() or equivalent.
139 buffer. When set to -1, the buffer size can be arbitrary.
147 """Called when the buffer was updated with the received data.
154 """Called when the other end calls write_eof() or equivalent.
168 """Called when some datagram is received."""
171 """Called when a send or receive operation raises an OSError.
183 """Called when the subprocess writes data into stdout/stderr pipe.
190 """Called when a file descriptor associated with the child process is
197 """Called when subprocess has exited."""