Hi

I do a POST on a URL on the web.  I get back an InputStream.

Even using a regular web browser this response comes back with a delay
(2-5 sec).

In Java, when I finished my post, close OutputStream , and read the
response, as nothing as arrived yet : I get nothing and my app thinks
the InputStream is finished, and I exit my method.

How can I wait for something to come from an InputStream ?

Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to