[Twisted-Python] protocol factory interfaces?? (FTP)
Jonathan Simms
slyphon at twistedmatrix.com
Wed Nov 26 01:10:11 MST 2003
Is it possible (or even useful) to have a protocol which expects the
factory which builds it to have a specific interface? (as the protocol
has a .factory attribute and therefore can access methods and attributes
on it's factory)
or must all twisted.protocols be able to work with
internet.protocol.Factory() off-the-shelf?
More information about the Twisted-Python
mailing list