22
Network APIs
22.1 Network Connections
The Motorola implementation of Networking APIs will support several network con-
nections. The network connections necessary for Motorola implementation are the
following:
•
CommConnection for serial interface
•
HTTP connection
•
HTTPS connection
•
Push registry
•
SSL (secure socket)
•
Datagram (UDP)
Refer to Table 29 for Network API feature/class support for MIDP 2.0:
Feature/Class
Implementation
All fields, methods, and inherited methods for the Connector
class in the javax.microedition.io package
Supported
Mode parameter for the open () method in the Connector class
the javax.microedition.io package
READ, WRITE,
READ_WRITE
The timeouts parameter for the open () method in the Con-
nector class of the javax.microedition.io package
HttpConnection interface in the javax.microedition.io package
Supported
HttpsConnection interface in the javax.microedition.io package Supported
SecureConnection interface in the javax.microedition.io pack-
age
Supported
SecurityInfo interface in the javax.microedition.io package
Supported
UDPDDatagramConnection interface in the
javax.microedition.io package
Supported
Connector class in the javax.microedition.io.package
Supported
PushRegistry class in the javax.microedition.io package
Supported
Java ME Developer Guide
Chapter 22 - Network APIs
[151/201]
DRAFT - Subject to Change