class ConnectionParameters
Parents
object
Brief
An instance of this class stores connection parameters
| Public Methods | |
|---|---|
| ConnectionParameters | This method is a constructor for the class storing connection parameters. It defines and initializes several variables including a new object for handling retries and timeouts, sets the configuration for retrying connecting |
| getLoginTimeoutInSeconds | Gets the login completion timeout in seconds |
| getApplicationName | Gets the application name |
| getAgent | Gets the library name |
| getReconnectionsNumber | Gets the number of reconnection attempts |
| getReconnectionDelayInSeconds | Gets the reconnection delay in seconds |
| getResilience | Gets the Resilience object |