This class is an LookupTask that looks up all IP addresses for a if given a hostname.
More...
|
static boolean | isIP (String input) throws UnknownHostException |
| Determine whether an address is an IPv4 address. More...
|
|
This class is an LookupTask that looks up all IP addresses for a if given a hostname.
- Author
- James Burton
Definition at line 18 of file LookupAddressTask.java.
protected String com.jburto2.androidlookup.LookupAddressTask.doInBackground |
( |
String... |
urls | ) |
|
|
protected |
public static boolean com.jburto2.androidlookup.LookupAddressTask.isIP |
( |
String |
input | ) |
throws UnknownHostException |
|
staticprotected |
Determine whether an address is an IPv4 address.
- Parameters
-
- Returns
- true if an IP address.
-
false if not an IP address.
Definition at line 87 of file LookupAddressTask.java.
protected void com.jburto2.androidlookup.LookupAddressTask.onPostExecute |
( |
String |
str | ) |
|
|
protected |
The documentation for this class was generated from the following file: