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.24 date: 2021/01/20 16:00:25
user: cg
file: URITransmission.st directory: goodies/communication
module: stx stc-classLibrary: communication

Description:


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




[instance variables:]

[class variables:]

copyright

COPYRIGHT (c) 2003 by eXept Software AG All Rights Reserved This software is furnished under a license and may be used only in accordance with the terms of that license and with the inclusion of the above copyright notice. This software may not be provided or otherwise made available to, or used by, any other person. No title to or ownership of the software is hereby transferred.

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.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:45:35 GMT