Returns the timer used by this client. All timeouts, retries and other things that need to "sleep asynchronously" use this timer. This method is provided so that you can also schedule your own timeouts using this timer, if you wish to share this client's timer instead of creating your own.
()
| 958 | * @since 1.2 |
| 959 | */ |
| 960 | public Timer getTimer() { |
| 961 | return timer; |
| 962 | } |
| 963 | |
| 964 | /** |
| 965 | * Return the configuration object for this client |
no outgoing calls