
17 Feb
2005
17 Feb
'05
7:49 p.m.
On Thu, 2005-02-17 at 11:25 -0500, Steve Milner wrote:
factory.clients = [] sslFactory = ClientContextFactory() application = service.Application("xmlclient") reactor.connectSSL("__example__.com", 1026, factory, sslFactory)
</snip>
Is there a way I can access xmlxlient inside application?
The application object is not used for that (and certainly can't be used if it doesn't have a reference to the factory, it doesn't magically get one). Hand a reference to the factory to whichever objects wishes to control the instance.