Home | Trees | Indices | Help |
|
---|
|
object --+ | DownloadStream
Downloadable stream.
Version: 1.1.2
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
MAX_CACHETIME = 2147483647
|
|||
DEFAULT_CACHETIME = 86400000
|
|
|||
Inherited from |
|
Creates a new instance of DownloadStream.
|
Gets downloadable stream.
|
Sets the stream.
|
Gets stream content type.
|
Sets stream content type.
|
Returns the file name.
|
Sets the file name.
|
Sets a paramater for download stream. Parameters are optional information about the downloadable stream and their meaning depends on the used adapter. For example in WebAdapter they are interpreted as HTTP response headers. If the parameters by this name exists, the old value is replaced.
|
Gets a paramater for download stream. Parameters are optional information about the downloadable stream and their meaning depends on the used adapter. For example in WebAdapter they are interpreted as HTTP response headers.
|
Gets the names of the parameters.
|
Gets length of cache expiration time. This gives the adapter the
possibility cache streams sent to the client. The caching may be made in
adapter or at the client if the client supports caching. Default is
|
Sets length of cache expiration time. This gives the adapter the possibility cache streams sent to the client. The caching may be made in adapter or at the client if the client supports caching. Zero or negavive value disbales the caching of this stream.
|
Gets the size of the download buffer.
|
Sets the size of the download buffer.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jul 6 13:40:52 2013 | http://epydoc.sourceforge.net |