C G I M N

C

CFMXwrapper - Class in net.sf.javainetlocator
 
CFMXwrapper() - Constructor for class net.sf.javainetlocator.CFMXwrapper
 

G

getLocale(String) - Static method in class net.sf.javainetlocator.CFMXwrapper
 
getLocale(InetAddress) - Static method in class net.sf.javainetlocator.CFMXwrapper
 
getLocale(byte[]) - Static method in class net.sf.javainetlocator.CFMXwrapper
 
getLocale(String) - Static method in class net.sf.javainetlocator.InetAddressLocator
When passed an String containing a hostname, will return a Locale object corresponding to the country where the host was allocated.
getLocale(InetAddress) - Static method in class net.sf.javainetlocator.InetAddressLocator
When passed an InetAddress object, will return a Locale object corresponding to the country where the address was allocated.
getLocale(byte[]) - Static method in class net.sf.javainetlocator.InetAddressLocator
When passed a byte array representing an IP address, will return a Locale object corresponding to the country where the address was allocated.

I

InetAddressLocator - Class in net.sf.javainetlocator
This class discovers geographical location from IP addresses.
InetAddressLocatorException - Exception in net.sf.javainetlocator
Signals that a location exception of some sort has occurred.
InetAddressLocatorException() - Constructor for exception net.sf.javainetlocator.InetAddressLocatorException
Constructs an InetAddressLocatorException with null as its error detail message.
InetAddressLocatorException(String) - Constructor for exception net.sf.javainetlocator.InetAddressLocatorException
Constructs an InetAddressLocatorException with the specified detail message.
InetAddressLocatorException(String, Throwable) - Constructor for exception net.sf.javainetlocator.InetAddressLocatorException
Constructs a new InetAddressLocatorException with the specified detail message and cause.

M

main(String[]) - Static method in class net.sf.javainetlocator.InetAddressLocator
Runs testsuite, benchmarks, and then enters interactive mode, where the user can query the country of individual IP addresses or hostnames from the console.

N

net.sf.javainetlocator - package net.sf.javainetlocator
 

C G I M N