Motorola E680 Technical Manual - Page 41

Network APIs

Page 41 highlights

12 Network APIs 12 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 • SSL Refer to the table below for Network API feature/class support for MIDP 2.0: Feature/Class Implementation All fields, methods, and inherited methods for the Connector class in Supported the javax.microedition.io package 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 Connector class Supported 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 package Supported SecurityInfo interface in the javax.microedition.io package Supported ServerSocketConnection interface in the javax.microedition.io package Supported UDPDDatagramConnection interface in the javax.microedition.io package Supported 41

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107

12
Network APIs
41
12
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
SSL
Refer to the table below 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 Connector class
of the javax.microedition.io package
Supported
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 package
Supported
SecurityInfo interface in the javax.microedition.io package
Supported
ServerSocketConnection interface in the javax.microedition.io package
Supported
UDPDDatagramConnection interface in the javax.microedition.io
package
Supported