René's URL Explorer Experiment


Title: 傳輸與協定 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
目錄https://python.github.io/python-docs-zh-tw/contents.html
傳輸與協定https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html
Transportshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#transports
Transports Hierarchyhttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#transports-hierarchy
Base Transporthttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#base-transport
Read-only Transportshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#read-only-transports
Write-only Transportshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#write-only-transports
Datagram Transportshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#datagram-transports
Subprocess Transportshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#subprocess-transports
Protocolshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#protocols
Base Protocolshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#base-protocols
Base Protocolhttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#base-protocol
Streaming Protocolshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#streaming-protocols
Buffered Streaming Protocolshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#buffered-streaming-protocols
Datagram Protocolshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#datagram-protocols
Subprocess Protocolshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#subprocess-protocols
範例https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#examples
TCP Echo Serverhttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#tcp-echo-server
TCP Echo Clienthttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#tcp-echo-client
UDP Echo Serverhttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#udp-echo-server
UDP Echo Clienthttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#udp-echo-client
Connecting Existing Socketshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#connecting-existing-sockets
loop.subprocess_exec() and SubprocessProtocolhttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#loop-subprocess-exec-and-subprocessprotocol
Futureshttps://python.github.io/python-docs-zh-tw/library/asyncio-future.html
Policieshttps://python.github.io/python-docs-zh-tw/library/asyncio-policy.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/asyncio-protocol.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/asyncio-policy.html
上一頁https://python.github.io/python-docs-zh-tw/library/asyncio-future.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
網路與行程間通訊https://python.github.io/python-docs-zh-tw/library/ipc.html
asyncio --- 非同步 I/Ohttps://python.github.io/python-docs-zh-tw/library/asyncio.html
傳輸與協定https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#transports-and-protocols
loop.create_connection()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.create_connection
Transportshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#transports
Protocolshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#protocols
loop.create_connection()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.create_connection
Transportshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#transports
BaseTransporthttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BaseTransport
ReadTransporthttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.ReadTransport
WriteTransporthttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.WriteTransport
Transporthttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.Transport
DatagramTransporthttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.DatagramTransport
SubprocessTransporthttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.SubprocessTransport
Protocolshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#protocols
BaseProtocolhttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BaseProtocol
Protocolhttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.Protocol
BufferedProtocolhttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BufferedProtocol
DatagramProtocolhttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.DatagramProtocol
SubprocessProtocolhttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.SubprocessProtocol
Exampleshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#examples
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#transports
Lib/asyncio/transports.pyhttps://github.com/python/cpython/tree/3.14/Lib/asyncio/transports.py
asynciohttps://python.github.io/python-docs-zh-tw/library/asyncio.html#module-asyncio
asyncio event loophttps://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio-event-loop
not thread safehttps://python.github.io/python-docs-zh-tw/library/asyncio-dev.html#asyncio-multithreading
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#transports-hierarchy
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BaseTransport
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.WriteTransport
loop.connect_write_pipe()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.connect_write_pipe
loop.subprocess_exec()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.subprocess_exec
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.ReadTransport
loop.connect_read_pipe()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.connect_read_pipe
loop.subprocess_exec()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.subprocess_exec
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.Transport
loop.create_connection()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.create_connection
loop.create_unix_connection()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.create_unix_connection
loop.create_server()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.create_server
loop.sendfile()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.sendfile
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.DatagramTransport
loop.create_datagram_endpoint()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.create_datagram_endpoint
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.SubprocessTransport
loop.subprocess_shell()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.subprocess_shell
loop.subprocess_exec()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.subprocess_exec
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#base-transport
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BaseTransport.close
protocol.connection_lost()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BaseProtocol.connection_lost
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BaseTransport.is_closing
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BaseTransport.get_extra_info
socket.socket.getpeername()https://python.github.io/python-docs-zh-tw/library/socket.html#socket.socket.getpeername
socket.sockethttps://python.github.io/python-docs-zh-tw/library/socket.html#socket.socket
socket.socket.getsockname()https://python.github.io/python-docs-zh-tw/library/socket.html#socket.socket.getsockname
ssl.SSLSocket.compression()https://python.github.io/python-docs-zh-tw/library/ssl.html#ssl.SSLSocket.compression
ssl.SSLSocket.cipher()https://python.github.io/python-docs-zh-tw/library/ssl.html#ssl.SSLSocket.cipher
ssl.SSLSocket.getpeercert()https://python.github.io/python-docs-zh-tw/library/ssl.html#ssl.SSLSocket.getpeercert
ssl.SSLContexthttps://python.github.io/python-docs-zh-tw/library/ssl.html#ssl.SSLContext
ssl.SSLObjecthttps://python.github.io/python-docs-zh-tw/library/ssl.html#ssl.SSLObject
ssl.SSLSockethttps://python.github.io/python-docs-zh-tw/library/ssl.html#ssl.SSLSocket
subprocess.Popenhttps://python.github.io/python-docs-zh-tw/library/subprocess.html#subprocess.Popen
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BaseTransport.set_protocol
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BaseTransport.get_protocol
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#read-only-transports
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.ReadTransport.is_reading
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.ReadTransport.pause_reading
protocol.data_received()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.Protocol.data_received
resume_reading()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.ReadTransport.resume_reading
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.ReadTransport.resume_reading
protocol.data_received()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.Protocol.data_received
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#write-only-transports
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.WriteTransport.abort
protocol.connection_lost()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BaseProtocol.connection_lost
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.WriteTransport.can_write_eof
Truehttps://python.github.io/python-docs-zh-tw/library/constants.html#True
write_eof()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.WriteTransport.write_eof
Falsehttps://python.github.io/python-docs-zh-tw/library/constants.html#False
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.WriteTransport.get_write_buffer_size
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.WriteTransport.get_write_buffer_limits
set_write_buffer_limits()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.WriteTransport.set_write_buffer_limits
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.WriteTransport.set_write_buffer_limits
protocol.pause_writing()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BaseProtocol.pause_writing
protocol.resume_writing()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BaseProtocol.resume_writing
pause_writing()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BaseProtocol.pause_writing
resume_writing()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BaseProtocol.resume_writing
pause_writing()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BaseProtocol.pause_writing
resume_writing()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BaseProtocol.resume_writing
get_write_buffer_limits()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.WriteTransport.get_write_buffer_limits
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.WriteTransport.write
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.WriteTransport.writelines
write()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.WriteTransport.write
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.WriteTransport.write_eof
NotImplementedErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#NotImplementedError
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#datagram-transports
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.DatagramTransport.sendto
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.DatagramTransport.abort
protocol.connection_lost()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BaseProtocol.connection_lost
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#subprocess-transports
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.SubprocessTransport.get_pid
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.SubprocessTransport.get_pipe_transport
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.SubprocessTransport.get_returncode
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
subprocess.Popen.returncodehttps://python.github.io/python-docs-zh-tw/library/subprocess.html#subprocess.Popen.returncode
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.SubprocessTransport.kill
terminate()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.SubprocessTransport.terminate
subprocess.Popen.kill()https://python.github.io/python-docs-zh-tw/library/subprocess.html#subprocess.Popen.kill
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.SubprocessTransport.send_signal
subprocess.Popen.send_signal()https://python.github.io/python-docs-zh-tw/library/subprocess.html#subprocess.Popen.send_signal
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.SubprocessTransport.terminate
SIGTERMhttps://python.github.io/python-docs-zh-tw/library/signal.html#signal.SIGTERM
subprocess.Popen.terminate()https://python.github.io/python-docs-zh-tw/library/subprocess.html#subprocess.Popen.terminate
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.SubprocessTransport.close
kill()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.SubprocessTransport.kill
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#protocols
Lib/asyncio/protocols.pyhttps://github.com/python/cpython/tree/3.14/Lib/asyncio/protocols.py
transportshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio-transport
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#base-protocols
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BaseProtocol
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.Protocol
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BufferedProtocol
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.DatagramProtocol
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.SubprocessProtocol
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#base-protocol
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BaseProtocol.connection_made
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BaseProtocol.connection_lost
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
set_write_buffer_limits()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.WriteTransport.set_write_buffer_limits
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BaseProtocol.pause_writing
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BaseProtocol.resume_writing
pause_writing()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BaseProtocol.pause_writing
resume_writing()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BaseProtocol.resume_writing
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#streaming-protocols
loop.create_server()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.create_server
loop.create_unix_server()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.create_unix_server
loop.create_connection()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.create_connection
loop.create_unix_connection()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.create_unix_connection
loop.connect_accepted_socket()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.connect_accepted_socket
loop.connect_read_pipe()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.connect_read_pipe
loop.connect_write_pipe()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.connect_write_pipe
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.Protocol.data_received
protocol.eof_received()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.Protocol.eof_received
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.Protocol.eof_received
transport.write_eof()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.WriteTransport.write_eof
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#buffered-streaming-protocols
Streaming Protocolshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#streaming-protocols
BufferedProtocolhttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BufferedProtocol
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BufferedProtocol.get_buffer
buffer protocolhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#bufferobjects
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BufferedProtocol.buffer_updated
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BufferedProtocol.eof_received
protocol.eof_received()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.Protocol.eof_received
get_buffer()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BufferedProtocol.get_buffer
protocol.eof_received()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.Protocol.eof_received
get_buffer()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BufferedProtocol.get_buffer
buffer_updated()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.BufferedProtocol.buffer_updated
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#datagram-protocols
loop.create_datagram_endpoint()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.create_datagram_endpoint
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.DatagramProtocol.datagram_received
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.DatagramProtocol.error_received
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
errno.ENOBUFShttps://python.github.io/python-docs-zh-tw/library/errno.html#errno.ENOBUFS
DatagramProtocol.error_received()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.DatagramProtocol.error_received
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#subprocess-protocols
loop.subprocess_exec()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.subprocess_exec
loop.subprocess_shell()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.subprocess_shell
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.SubprocessProtocol.pipe_data_received
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.SubprocessProtocol.pipe_connection_lost
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.SubprocessProtocol.process_exited
pipe_data_received()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.SubprocessProtocol.pipe_data_received
pipe_connection_lost()https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.SubprocessProtocol.pipe_connection_lost
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#examples
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#tcp-echo-server
loop.create_server()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.create_server
TCP echo server using streamshttps://python.github.io/python-docs-zh-tw/library/asyncio-stream.html#asyncio-tcp-echo-server-streams
asyncio.start_server()https://python.github.io/python-docs-zh-tw/library/asyncio-stream.html#asyncio.start_server
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#tcp-echo-client
loop.create_connection()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.create_connection
TCP echo client using streamshttps://python.github.io/python-docs-zh-tw/library/asyncio-stream.html#asyncio-tcp-echo-client-streams
asyncio.open_connection()https://python.github.io/python-docs-zh-tw/library/asyncio-stream.html#asyncio.open_connection
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#udp-echo-server
loop.create_datagram_endpoint()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.create_datagram_endpoint
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#udp-echo-client
loop.create_datagram_endpoint()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.create_datagram_endpoint
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#connecting-existing-sockets
loop.create_connection()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.create_connection
watch a file descriptor for read eventshttps://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio-example-watch-fd
loop.add_reader()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.add_reader
register an open socket to wait for data using streamshttps://python.github.io/python-docs-zh-tw/library/asyncio-stream.html#asyncio-example-create-connection-streams
open_connection()https://python.github.io/python-docs-zh-tw/library/asyncio-stream.html#asyncio.open_connection
https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#loop-subprocess-exec-and-subprocessprotocol
loop.subprocess_exec()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.subprocess_exec
same examplehttps://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio-example-create-subprocess-exec
目錄https://python.github.io/python-docs-zh-tw/contents.html
傳輸與協定https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html
Transportshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#transports
Transports Hierarchyhttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#transports-hierarchy
Base Transporthttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#base-transport
Read-only Transportshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#read-only-transports
Write-only Transportshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#write-only-transports
Datagram Transportshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#datagram-transports
Subprocess Transportshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#subprocess-transports
Protocolshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#protocols
Base Protocolshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#base-protocols
Base Protocolhttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#base-protocol
Streaming Protocolshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#streaming-protocols
Buffered Streaming Protocolshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#buffered-streaming-protocols
Datagram Protocolshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#datagram-protocols
Subprocess Protocolshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#subprocess-protocols
範例https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#examples
TCP Echo Serverhttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#tcp-echo-server
TCP Echo Clienthttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#tcp-echo-client
UDP Echo Serverhttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#udp-echo-server
UDP Echo Clienthttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#udp-echo-client
Connecting Existing Socketshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#connecting-existing-sockets
loop.subprocess_exec() and SubprocessProtocolhttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#loop-subprocess-exec-and-subprocessprotocol
Futureshttps://python.github.io/python-docs-zh-tw/library/asyncio-future.html
Policieshttps://python.github.io/python-docs-zh-tw/library/asyncio-policy.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/asyncio-protocol.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/asyncio-policy.html
上一頁https://python.github.io/python-docs-zh-tw/library/asyncio-future.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
網路與行程間通訊https://python.github.io/python-docs-zh-tw/library/ipc.html
asyncio --- 非同步 I/Ohttps://python.github.io/python-docs-zh-tw/library/asyncio.html
傳輸與協定https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.