Lines Matching refs:_protocol
17 self._protocol = protocol
88 self._protocol = protocol
91 return self._protocol
181 loop.call_soon(self._protocol.connection_made, self)
201 self._call(self._protocol.pipe_connection_lost, fd, exc)
205 self._call(self._protocol.pipe_data_received, fd, data)
217 self._call(self._protocol.process_exited)
248 self._protocol.connection_lost(exc)
252 self._protocol = None
275 self.proc._protocol.pause_writing()
278 self.proc._protocol.resume_writing()