On Wed, Aug 4, 2010 at 12:25 PM, Alan Franzoni <[email protected]> wrote: > Just ovverride the "protocol" attribute on your factory with the > callable you want to be called when a new protocol needs to be
Hello Alan, AFAIU this works only if Factory is subclassing protocol.ServerFactory, XMLRPCFactory subclasses server.Site, where protocol attribute is not present Thanks for suggestions! > instanced. I'd suppose you'd probably want to subclass HTTPChannel or > something like that. > > > > > > _______________________________________________ > Twisted-Python mailing list > [email protected] > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
