8
Network APIs
8 Network APIs
Network Connections
The Motorola implementation of Networking APIs will support several network connections. The network connections necessary for Motorola implementation are the following:
•CommConnection for serial interface
•HTTP connection
•HTTPS connection
•Socket connection
•SSL
Refer to the Table 6 for Network API feature/class support for MIDP 2.0:
Feature/Class
All fields, methods, and inherited methods for the Connector class in the javax.microedition.io package
Mode parameter for the open () method in the Connector class the javax.microedition.io package
The timeouts parameter for the open () method in the Connector class of the javax.microedition.io package
HttpConnection interface in the javax.microedition.io package
HttpsConnection interface in the javax.microedition.io package
SecureConnection interface in the javax.microedition.io package
SecurityInfo interface in the javax.microedition.io package
ServerSocketConnection interface in the javax.microedition.io package
UDPDDatagramConnection interface in the javax.microedition.io package
Connector class in the javax.microedition.io.package
Dynamic DNS allocation through DHCP
HttpConnection interface in the javax.microedition.io.package.
HttpsConnection interface in the javaxmicroedition.io.package
Implementation
Supported
READ, WRITE, READ_WRITE
Supported
Supported
Supported
Supported
Supported
Supported
Supported
Supported
Supported
Supported
Supported
30