Package twisted :: Package application :: Module internet :: Class _AbstractClient
[frames | no frames]

Class _AbstractClient

         Service --+    
                   |    
_VolatileDataService --+
                       |
                      _AbstractClient

Known Subclasses:
GenericClient, MulticastClient, SSLClient, TCPClient, UDPClient, UNIXClient, UNIXDatagramClient

Method Summary
  __init__(self, *args, **kwargs)
  _getConnection(self)
  startService(self)
  stopService(self)
    Inherited from _VolatileDataService
  __getstate__(self)
    Inherited from Service
  disownServiceParent(self)
  privilegedStartService(self)
  setName(self, name)
  setServiceParent(self, parent)

Class Variable Summary
NoneType method = None                                                                  
list volatile = ['_connection']
    Inherited from Service
tuple __implements__ = (<class twisted.application.service.ISe...
NoneType name = None                                                                  
NoneType parent = None                                                                  
int running = 0                                                                     

Class Variable Details

method

Type:
NoneType
Value:
None                                                                  

volatile

Type:
list
Value:
['_connection']                                                        

Generated by Epydoc 2.0 on Sat May 15 20:08:40 2004 http://epydoc.sf.net