eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'URITransmission':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: URITransmission


Inheritance:

   Object
   |
   +--URITransmission

Package:
stx:goodies/communication
Category:
Net-Communication-URI
Version:
rev: 1.23 date: 2018/02/06 16:43:49
user: cg
file: URITransmission.st directory: goodies/communication
module: stx stc-classLibrary: communication
Author:
Timo Merkert (tm@asterix)

Description:


readFromUri and writeToUri
    pathsegment of both have to be the same, 
    like a directory path or a file path.




[instance variables:]

[class variables:]


Related information:



Class protocol:

default access
o  ftpMoveToFilenameSuffix

o  moveToSubDirectoryName

o  transferBufferSize

instance creation
o  fromString: aString
self fromString:'file:/tmp/test/transmission
ftp://asterix.exept.de/home/tm/tmp
10'

o  fromString: aString onError: anExceptionBlock
self fromString:('file:/tmp/test/transmission
ftp://tm:password@asterix.exept.de/home/tm/tmp
10') onError:nil


Instance protocol:

accessing
o  activeTime
return the value of the instance variable 'activeTime' (automatically generated)

o  activeTime: aTimestamp
set the value of the instance variable 'activeTime' (automatically generated)

o  infoChannel: something
set the value of the instance variable 'infoChannel' (automatically generated)

o  interval
return the value of the instance variable 'interval' (automatically generated)

o  interval: minutes
set the value of the instance variable 'interval' (automatically generated)

o  readFromUri
return the value of the instance variable 'readFromUri' (automatically generated)

o  readFromUri: anURI
set the value of the instance variable 'readFromUri' (automatically generated)

o  transmissionInfo

o  writeToUri
return the value of the instance variable 'writeToUri' (automatically generated)

o  writeToUri: anURI
set the value of the instance variable 'writeToUri' (automatically generated)

actions
o  advanceFrom: aTimestamp

o  doCommit
perform the transmission

helpers
o  copyStream: aReadStream toUri: writeUri
copy the contents of aReadStream to writeUri

instance creation
o  readFromUri: readFromUriArg writeToUri: writeToUriArg
set instance variables (automatically generated)

o  readFromUri: readFromUriArg writeToUri: writeToUriArg interval: intervalArg
set instance variables (automatically generated)

notification
o  errorInfo: aMessage

o  info: aMessage



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 18 Apr 2024 22:43:21 GMT