def adoptConnection(socket, address): from twisted.internet import task task.react(RLXProtocolFactory.buildConnection, (socket, address))