Searched refs:DatagramProtocol (Results 1 – 6 of 6) sorted by relevance
160 class DatagramProtocol(BaseProtocol): class
1009 class MyDatagramProto(asyncio.DatagramProtocol):1568 asyncio.DatagramProtocol, remote_addr=('127.0.0.1', 0))1578 asyncio.DatagramProtocol, family=socket.AF_INET)1583 asyncio.DatagramProtocol, local_addr=('127.0.0.1', 0))1590 asyncio.DatagramProtocol,1600 asyncio.DatagramProtocol, family=socket.AF_INET)1608 asyncio.DatagramProtocol)
114 class MyDatagramProto(asyncio.DatagramProtocol):3076 dp = asyncio.DatagramProtocol()
1465 self.protocol = test_utils.make_test_protocol(asyncio.DatagramProtocol)
61 :class:`DatagramProtocol`, and :class:`SubprocessProtocol` classes.461 .. class:: DatagramProtocol(BaseProtocol)648 .. method:: DatagramProtocol.datagram_received(data, addr)654 .. method:: DatagramProtocol.error_received(exc)673 :meth:`DatagramProtocol.error_received` but otherwise ignored.
461 <DatagramProtocol.datagram_received>`464 * - ``callback`` :meth:`error_received() <DatagramProtocol.error_received>`