polling a HTTP server from J2ME client

前端 未结 4 1405
闹比i
闹比i 2021-02-10 22:28

I have a J2ME app running on my mobile phone(client),

I would like to open an HTTP connection with the server and keep polling for updated information on the server.

4条回答
  •  长情又很酷
    2021-02-10 23:15

    The best way to do this is to use socket connection. Many application like GMail use them.

提交回复
热议问题