A placeholder. Plugins will be able to overwrite this to perform custom activites on a connection it is first seen. Args: conn: Connection object
(self, conn: "Connection")
| 770 | return conn, blob |
| 771 | |
| 772 | def connection_init_handler(self, conn: "Connection"): |
| 773 | """ |
| 774 | A placeholder. |
| 775 | |
| 776 | Plugins will be able to overwrite this to perform custom activites on |
| 777 | a connection it is first seen. |
| 778 | |
| 779 | Args: |
| 780 | conn: Connection object |
| 781 | """ |
| 782 | return |
| 783 | |
| 784 | def connection_handler(self, conn: "Connection"): |
| 785 | """ |