Lines Matching full:when
15 The only case when BaseProtocol should be implemented directly is
20 """Called when a connection is made.
24 When the connection is closed, connection_lost() is called.
28 """Called when the connection is lost or closed.
36 """Called when the transport's buffer goes over the high-water mark.
39 once when the buffer goes strictly over the high-water mark
41 more), and eventually resume_writing() is called once when the
46 Conversely, resume_writing() is called when the buffer size is
48 are important to ensure that things go as expected when either
53 effect when it's most needed (when the app keeps writing
58 """Called when the transport's buffer drains below the low-water mark.
71 When the user wants to requests a transport, they pass a protocol
74 When the connection is made successfully, connection_made() is
91 """Called when some data is received.
97 """Called when the other end calls write_eof() or equivalent.
137 buffer. When set to -1, the buffer size can be arbitrary.
145 """Called when the buffer was updated with the received data.
152 """Called when the other end calls write_eof() or equivalent.
164 """Called when some datagram is received."""
167 """Called when a send or receive operation raises an OSError.
177 """Called when the subprocess writes data into stdout/stderr pipe.
184 """Called when a file descriptor associated with the child process is
191 """Called when subprocess has exited."""