Package beepy :: Package transports :: Module tcp :: Class BeepServerFactory
[show private | hide private]
[frames | no frames]

Class BeepServerFactory

  BeepFactory --+
                |
  Factory --+   |
            |   |
ServerFactory --+
                |
               BeepServerFactory

Known Subclasses:
SASLServerFactory, TLSServerFactory

Method Summary
    Inherited from BeepFactory
  __init__(self)
  addProfile(self, profileModule, init_callback)
  getProfileDict(self)
    Inherited from Factory
  buildProtocol(self, addr)
Create an instance of a subclass of Protocol.
  doStart(self)
Make sure startFactory is called.
  doStop(self)
Make sure stopFactory is called.
  startFactory(self)
This will be called before I begin listening on a Port or Connector.
  stopFactory(self)
This will be called before I stop listening on all Ports/Connectors.

Class Variable Summary
classobj protocol = beepy.transports.tcp.BeepServerProtocol
    Inherited from Factory
tuple __implements__ = (<class 'twisted.internet.interfaces.IP...
str noisy = 'sure, why not'
int numPorts = 0                                                                     

Generated by Epydoc 2.0 on Thu Sep 30 14:39:26 2004 http://epydoc.sf.net