eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTTPInterface::TransferProgressNotificationSignal':

Home

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

Class: TransferProgressNotificationSignal (private in HTTPInterface

This class is only visible from within HTTPInterface.

Inheritance:

   Object
   |
   +--GenericException
      |
      +--Notification
         |
         +--HTTPInterface::TransferProgressNotificationSignal

Package:
stx:goodies/communication
Category:
Net-Communication-HTTP-Client
Owner:
HTTPInterface

Description:


raised during a document fetch to possibly tell the user about the progress made.
Provides both an (english) message and individual values.
Usually this is shown by a UI in an info area (at the bottom of a window)


Instance protocol:

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

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

o  overallTransferRate
the overall xfer rate

o  overallTransferRate: bytesPerSecond
the overall xfer rate

o  percentage

o  percentage: percentage overAllSize: overAllSizeArg transferSize: transferSizeArg transferRate: transferRateArg
set instance variables (automatically generated)

o  percentage: percentage overAllSize: overAllSizeArg transferSize: transferSizeArg transferRate: transferRateArg overallTransferRate: overallTransferRateArg
set instance variables (automatically generated)

o  transferRate
the current (recent) xfer rate

o  transferRate: bytesPerSecond
the current (recent) xfer rate

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

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



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 29 Mar 2024 12:12:44 GMT