Lines Matching refs:transports
4 .. _asyncio-transports-protocols:
18 Essentially, transports and protocols should only be used in
63 * The `Examples`_ section showcases how to work with transports,
72 **Source code:** :source:`Lib/asyncio/transports.py`
82 asyncio implements transports for TCP, UDP, SSL, and subprocess pipes.
93 Base class for all transports. Contains methods that all
94 asyncio transports share.
185 Categories of information that can be queried on some transports:
373 .. _asyncio-subprocess-transports:
429 If the subprocess hasn't returned yet, and close transports of
444 together with :ref:`transports <asyncio-transport>`.
448 transports on certain events, for example when some data is received.
509 Flow control callbacks can be called by transports to pause or
572 Some transports, including SSL, don't support half-closed connections,