Package lacewing :: Package moo :: Module server :: Class MooServerFactory
[frames] | no frames]

Class MooServerFactory

source code

  twisted.internet.protocol.Factory --+    
                                      |    
twisted.internet.protocol.ServerFactory --+
                                          |
                                         MooServerFactory

Instance Methods
 
__init__(self, **settings) source code
 
createChannel(self, channelName) source code
 
destroyChannel(self, channel) source code
 
channelCreated(self, channel)
Called when a new channel is created
source code
 
channelDestroyed(self, channel)
Called when the channel is destroyed because it is now empty
source code

Inherited from twisted.internet.protocol.Factory: __providedBy__, __provides__, buildProtocol, doStart, doStop, startFactory, stopFactory

Class Variables
  motd = ''
  channels = None
hash(x)
  connections = None
hash(x)
  channelPool = None
hash(x)
  userPool = None
hash(x)

Inherited from twisted.internet.protocol.Factory: __implemented__, noisy, numPorts, protocol