Motorola MOTORAZR maxx V6 Developer's Manual page 156

Java me developer guide
Hide thumbs Also See for MOTORAZR maxx V6:
Table of Contents

Advertisement

Java ME Developer Guide
Chapter 22 - Network APIs
/**
* close http connection
*/
if (hc[i] != null)
{
try {
hc[i].close();
} catch (Exception ex) { }
hc[i] = null;
}
22.5 DNS IP
The DNS IP will be flexed on or off (per operator requirement) under Java Settings as
read only or as user-editable. In some instances, it will be flexed with an operator-
specified IP address.
22.6 Push Registry
The push registry mechanism allows an application to register for notification events
that are meant for the application. The push registry maintains a list of inbound con-
nections.
22.7 Mechanisms for Push
Motorola implementation for push requires the support of certain mechanisms. The
mechanisms that will be supported for push are the following:
SMS push: an SMS with a port number associated with an application used to deliver
the push notification.
The formats for registering any of the above mechanisms will follow those detailed in
JSR-118 specification.
DRAFT - Subject to Change
Code Sample 9 HTTPS
[156/201]

Advertisement

Table of Contents
loading

Table of Contents