Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Servlet sensing interrupted content download

  Asked By: Glenn    Date: Jun 23    Category: Java    Views: 710
  

I have a requirement for a mobile device application - a midlet
connecting to web server to use custom protocol over http and to
download content. How could the server-end servlet could "Sense" if
there is a breakage in communication due to mobiule going out of
coverage areas of GPRS network?

I have tried :

...if (Thread.interrupted())
{...} within doGet() method of servlet with out any effect.

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Servlet sensing interrupted content download Or get search suggestion and latest updates.




Tagged: