Class GLOBALS
Object
|
+--GLOBALS
- class
GLOBALS
Method Summary |
<static> int
|
FTPClient_getRetryCount()
Returns the current retry-count, which determines the number of times
the client will retry a failing transfer before giving up.
|
<static> int
|
FTPClient_getRetryDelay()
Returns the current retry-delay (in milliseconds), which is the amount of time to wait
before retrying a failed transfer.
|
<static> void
|
FTPClient_setRetryCount(<int> count)
Sets the current retry-count, which determines the number of times
the client will retry a failing transfer before giving up.
|
<static> void
|
FTPClient_setRetryDelay(<int> delay)
Sets the current retry-delay (in milliseconds), which is the amount of time to wait
before retrying a failed transfer.
|
FTPClient_getRetryCount
<static> int FTPClient_getRetryCount()
Returns the current retry-count, which determines the number of times
the client will retry a failing transfer before giving up.
FTPClient_getRetryDelay
<static> int FTPClient_getRetryDelay()
Returns the current retry-delay (in milliseconds), which is the amount of time to wait
before retrying a failed transfer.
Returns:
The retry-delay in milliseconds.
FTPClient_setRetryCount
<static> void FTPClient_setRetryCount(<int> count)
Sets the current retry-count, which determines the number of times
the client will retry a failing transfer before giving up.
FTPClient_setRetryDelay
<static> void FTPClient_setRetryDelay(<int> delay)
Sets the current retry-delay (in milliseconds), which is the amount of time to wait
before retrying a failed transfer.
Parameters:
delay
- The retry-delay in milliseconds.
Documentation generated by
JSDoc on Tue Jan 24 10:46:49 2012