Java Reference
In-Depth Information
Figure 10-7. The emulator asks for the user's permission for network connections.
Summary
Networking on the MIDP platform is based on a generic connection framework. MIDP mandates
the support of HTTP. You can perform GET, HEAD, or POST requests with just a few lines of
code. HTTP session handling is also feasible. MIDP also requires support for HTTPS in addition
to HTTP and formalizes the connection strings and APIs for handling additional connection
types. Implementations are free to support additional connection types; datagrams, sockets,
server sockets, and serial port communications are some of the possibilities. MIDP's security
architecture protects users from unauthorized network use.
 
Search WWH ::




Custom Search