|
Class: TransferProgressNotificationSignal (private in HTTPInterface
This class is only visible from within
HTTPInterface.
Object
|
+--GenericException
|
+--Notification
|
+--HTTPInterface::TransferProgressNotificationSignal
- Package:
- stx:goodies/communication
- Category:
- Net-Communication-HTTP-Client
- Owner:
- HTTPInterface
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)
accessing
-
overAllSize
-
return the value of the instance variable 'overAllSize' (automatically generated)
-
overAllSize: something
-
set the value of the instance variable 'overAllSize' (automatically generated)
-
overallTransferRate
-
the overall xfer rate
-
overallTransferRate: bytesPerSecond
-
the overall xfer rate
-
percentage
-
-
percentage: percentage overAllSize: overAllSizeArg transferSize: transferSizeArg transferRate: transferRateArg
-
set instance variables (automatically generated)
-
percentage: percentage overAllSize: overAllSizeArg transferSize: transferSizeArg transferRate: transferRateArg overallTransferRate: overallTransferRateArg
-
set instance variables (automatically generated)
-
transferRate
-
the current (recent) xfer rate
-
transferRate: bytesPerSecond
-
the current (recent) xfer rate
-
transferSize
-
return the value of the instance variable 'transferSize' (automatically generated)
-
transferSize: something
-
set the value of the instance variable 'transferSize' (automatically generated)
|