Package twisted :: Package web :: Module static :: Class FileTransfer
[frames | no frames]

Class FileTransfer

Jellyable --+        
            |        
 Serializable --+    
                |    
         Viewable --+
                    |
                   FileTransfer


A class to represent the transfer of a file over the network.
Method Summary
  __init__(self, file, size, request)
  __hook_orig_twisted_web_static_FileTransfer_resumeProducing__(self)
  __hook_orig_twisted_web_static_FileTransfer_stopProducing__(self)
  pauseProducing(self)
  resumeProducing(*args, **kw)
  stopProducing(*args, **kw)
  view_pauseProducing(self, issuer)
  view_resumeProducing(self, issuer)
  view_stopProducing(self, issuer)
    Inherited from Viewable
  jellyFor(self, jellier)
Serialize a ViewPoint for me and the perspective of the given broker.
    Inherited from Serializable
  processUniqueID(self)
Return an ID which uniquely represents this object for this process.
    Inherited from Jellyable
  getStateFor(self, jellier)

Class Variable Summary
list __hook_post_twisted_web_static_FileTransfer_resumeProducing__ = [<function _synchPost at 0x81a5524>]
list __hook_post_twisted_web_static_FileTransfer_stopProducing__ = [<function _synchPost at 0x81a5524>]
list __hook_pre_twisted_web_static_FileTransfer_resumeProducing__ = [<function _synchPre at 0x81a54ec>]
list __hook_pre_twisted_web_static_FileTransfer_stopProducing__ = [<function _synchPre at 0x81a54ec>]
NoneType request = None                                                                  
list synchronized = ['resumeProducing', 'stopProducing']
    Inherited from Jellyable
tuple __implements__ = (<class twisted.spread.interfaces.IJell...

Class Variable Details

__hook_post_twisted_web_static_FileTransfer_resumeProducing__

Type:
list
Value:
[<function _synchPost at 0x81a5524>]                                   

__hook_post_twisted_web_static_FileTransfer_stopProducing__

Type:
list
Value:
[<function _synchPost at 0x81a5524>]                                   

__hook_pre_twisted_web_static_FileTransfer_resumeProducing__

Type:
list
Value:
[<function _synchPre at 0x81a54ec>]                                    

__hook_pre_twisted_web_static_FileTransfer_stopProducing__

Type:
list
Value:
[<function _synchPre at 0x81a54ec>]                                    

request

Type:
NoneType
Value:
None                                                                  

synchronized

Type:
list
Value:
['resumeProducing', 'stopProducing']                                   

Generated by Epydoc 2.0 on Sat Oct 25 00:54:51 2003 http://epydoc.sf.net