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,
78 asyncio implements transports for TCP, UDP, SSL, and subprocess pipes.
89 Base class for all transports. Contains methods that all
90 asyncio transports share.
181 Categories of information that can be queried on some transports:
369 .. _asyncio-subprocess-transports:
425 If the subprocess hasn't returned yet, and close transports of
436 together with :ref:`transports <asyncio-transport>`.
440 transports on certain events, for example when some data is received.
501 Flow control callbacks can be called by transports to pause or
564 Some transports, including SSL, don't support half-closed connections,