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

Class UNIXDatagramClient

         Service --+        
                   |        
_VolatileDataService --+    
                       |    
         _AbstractClient --+
                           |
                          UNIXDatagramClient


Connect to UNIXDatagram

Call reactor.connectUNIXDatagram when the service starts, with the arguments given to the constructor.
Method Summary
    Inherited from _AbstractClient
  __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
str method = 'UNIXDatagram'
    Inherited from _AbstractClient
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:
str
Value:
'UNIXDatagram'                                                         

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