Home | Trees | Indices | Help |
|
---|
|
object --+ | resource.IResource --+ | application_resource.IApplicationResource --+ | StreamResource
StreamResource
is a resource provided to the client
directly by the application. The strean resource is fetched from URI that
is most often in the context of the application or window. The resource
is automatically registered to window in creation.
Version: 1.1.2
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
Creates a new stream resource for downloading from stream.
|
Gets the MIME type of the resource.
See Also: IResource.getMIMEType |
Sets the mime type of the resource.
|
Returns the source for this
|
Sets the source for this
|
Gets the filename.
|
Sets the filename.
|
Gets the application of the resource. See Also: IApplicationResource.getApplication |
Gets resource as stream. See Also: IApplicationResource.getStream |
Gets the size of the download buffer used for this resource. If the buffer size is 0, the buffer size is decided by the terminal adapter. The default value is 0.
|
Sets the size of the download buffer used for this resource.
|
Gets the 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 the 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 negative value disables the caching of this stream.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jul 6 19:32:53 2013 | http://epydoc.sourceforge.net |