Handle a connection.
(self, connection: ServerConnection)
| 215 | return None |
| 216 | |
| 217 | async def handler(self, connection: ServerConnection) -> None: |
| 218 | """Handle a connection.""" |
| 219 | return await connection.handler(connection, **connection.handler_kwargs) |