Package | Description |
---|---|
com.cinterion.misc |
Utility classes for accessing the functionality of a wireless module.
|
javax.microedition.io |
MID Profile includes networking support based on the
Generic Connection framework from the
Connected, Limited Device Configuration. |
javax.microedition.midlet |
The MIDlet package defines Mobile Information
Device Profile applications and the interactions between the
application and the environment in which the application runs.
|
Modifier and Type | Method and Description |
---|---|
static String |
NetExtension.Hostname(String Host)
retrieve IP address of Host as String in dotted notation (aaa.bbb.ccc.ddd)
|
static int |
NetExtension.Ping(String Host)
ping host
|
static int |
NetExtension.Ping(String Host,
int Timeout)
ping host
with timeout in ms,
|
static int |
NetExtension.Ping(String Host,
int Timeout,
int NumPings)
ping host
with NumPings packets,
timeout for every packet in ms,
|
static int |
NetExtension.Ping(String Host,
int Timeout,
int NumPings,
int Size)
ping host
with NumPings packets,
with Size bytes content,
timeout for every packet in ms,
|
static int |
NetExtension.Ping(String Host,
int Timeout,
int NumPings,
int Size,
int Delay)
ping host
with NumPings packets,
with Size bytes content,
timeout for every packet in ms,
Delay delay between each packet,
|
static int |
NetExtension.Ping(String Host,
int Timeout,
int NumPings,
int Size,
int Delay,
int Ttl)
ping host
with NumPings packets,
with Size bytes content,
timeout for every packet in ms,
Delay delay between each packet,
Ttl TTL
|
static int |
NetExtension.Ping(String Host,
int Timeout,
int NumPings,
int Size,
int Delay,
int Ttl,
PingResponse Response)
ping host
with NumPings packets,
with Size bytes content,
timeout for every packet in ms,
Delay delay between each packet,
Ttl TTL
|
Modifier and Type | Method and Description |
---|---|
static long |
PushRegistry.registerAlarm(String midlet,
long time)
Register a time to launch the specified application.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MIDlet.platformRequest(String URL)
Requests that the device handle (for example, display or
install) the indicated URL.
|
Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.