am creating a J2ME application which connects/accesses some php Files in a remote server using j2me(HttpConnection). due to some network problems at times the connection block for a long period of time. how would i create a thread to try the connection given a timeout of 10seconds. if the connection doesnt respond within the 10seconds the thread waits for another 5 seconds and retries again. the maximum number of retries should be 3 before the user is alerted that there is not network connection available.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You can use TimerTask class in either way, to check the Timeout interval of 10 seconds as follows,
|
|||||
|