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 0x81593a4>]
list __hook_post_twisted_web_static_FileTransfer_stopProducing__ = [<function _synchPost at 0x81593a4>]
list __hook_pre_twisted_web_static_FileTransfer_resumeProducing__ = [<function _synchPre at 0x81be4b4>]
list __hook_pre_twisted_web_static_FileTransfer_stopProducing__ = [<function _synchPre at 0x81be4b4>]
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 0x81593a4>]                                   

__hook_post_twisted_web_static_FileTransfer_stopProducing__

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

__hook_pre_twisted_web_static_FileTransfer_resumeProducing__

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

__hook_pre_twisted_web_static_FileTransfer_stopProducing__

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

request

Type:
NoneType
Value:
None                                                                  

synchronized

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

Generated by Epydoc 2.0 on Tue Dec 9 17:47:55 2003 http://epydoc.sf.net