Home | Trees | Indices | Help |
|
---|
|
object --+ | terminal.stream_variable.IStreamVariable --+ | ProxyReceiver
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Invoked by the terminal when a new upload arrives, after streamingStarted method has been called. The terminal implementation will write the streamed variable to the returned output stream.
|
Whether the onProgress method should be called during the upload. onProgress is called in a synchronized block when the
content is being received. This is potentially bit slow, so we are
calling that method only if requested. The value is requested after the
|
This method is called by the terminal if listenProgress returns true when the streaming starts.
|
|
|
|
If this method returns true while the content is being streamed the Terminal to stop receiving current upload. Note, the usage of this method is not synchronized over the Application instance by the terminal like other methods. The implementation should only return a boolean field and especially not modify UI or implement a synchronization by itself.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 5 20:45:05 2015 | http://epydoc.sourceforge.net |