Package muntjac :: Package terminal :: Module stream_variable :: Class IStreamingStartEvent
[hide private]
[frames] | no frames]

Class IStreamingStartEvent

source code

     object --+    
              |    
IStreamingEvent --+
                  |
                 IStreamingStartEvent
Known Subclasses:

Event passed to uploadStarted method before the streaming of the content to IStreamVariable starts.

Instance Methods [hide private]
 
disposeStreamVariable(self)
The owner of the IStreamVariable can call this method to inform the terminal implementation that this IStreamVariable will not be used to accept more post.
source code

Inherited from IStreamingEvent: getBytesReceived, getContentLength, getFileName, getMimeType

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__