C Library
PHP Module
Perl Module
Ruby Library
Python Library
.NET Component
Java Component
Apache Module
Nginx Module
Node.js Module
HTTP Module
Go Package
D Library
Lua Package
OpenResty Package
Splunk Add-on
Erlang Module
Haskell Package
Kotlin Module
Scala Library
Apache Kafka Transform
OCaml Module
Deno Module
R Package
IP2Proxy Java Component
This Java component supports all IP2Proxy™ BIN database products to query an IP address if it is being used as virtual private networks (VPN), open proxies, web proxies, Tor exits, data center & web hosting ranges (DCH), search engine robots (SES), residential proxies (RES), consumer privacy networks (CPN), and enterprise private networks (EPN). It has been optimized for speed and memory utilization.
Installation
javac com/ip2proxy/*.java
jar cf ip2proxy.jar com/ip2proxy/*.class
Sample Codes
import com.ip2proxy.*;
public class Main {
public Main() {
}
public static void main(String[] args) {
try {
IP2Proxy Proxy = new IP2Proxy();
ProxyResult All;
int IsProxy;
String ProxyType;
String CountryShort;
String CountryLong;
String Region;
String City;
String ISP;
String Domain;
String UsageType;
String ASN;
String AS;
String LastSeen;
String Threat;
String Provider;
int FraudScore;
String IP = "221.121.146.0";
if (Proxy.Open("/usr/data/IP2PROXY-IP-PROXYTYPE-COUNTRY-REGION-CITY-ISP-DOMAIN-USAGETYPE-ASN-LASTSEEN-THREAT-RESIDENTIAL-PROVIDER-FRAUDSCORE.BIN", IP2Proxy.IOModes.IP2PROXY_MEMORY_MAPPED) == 0) {
System.out.println("GetModuleVersion: " + Proxy.GetModuleVersion());
System.out.println("GetPackageVersion: " + Proxy.GetPackageVersion());
System.out.println("GetDatabaseVersion: " + Proxy.GetDatabaseVersion());
// reading all available fields
All = Proxy.GetAll(IP);
System.out.println("Is_Proxy: " + String.valueOf(All.Is_Proxy));
System.out.println("Proxy_Type: " + All.Proxy_Type);
System.out.println("Country_Short: " + All.Country_Short);
System.out.println("Country_Long: " + All.Country_Long);
System.out.println("Region: " + All.Region);
System.out.println("City: " + All.City);
System.out.println("ISP: " + All.ISP);
System.out.println("Domain: " + All.Domain);
System.out.println("Usage_Type: " + All.Usage_Type);
System.out.println("ASN: " + All.ASN);
System.out.println("AS: " + All.AS);
System.out.println("Last_Seen: " + All.Last_Seen);
System.out.println("Threat: " + All.Threat);
System.out.println("Provider: " + All.Provider);
System.out.println("Fraud Score: " + String.valueOf(All.FraudScore));
// reading individual fields
IsProxy = Proxy.IsProxy(IP);
System.out.println("Is_Proxy: " + String.valueOf(IsProxy));
ProxyType = Proxy.GetProxyType(IP);
System.out.println("Proxy_Type: " + ProxyType);
CountryShort = Proxy.GetCountryShort(IP);
System.out.println("Country_Short: " + CountryShort);
CountryLong = Proxy.GetCountryLong(IP);
System.out.println("Country_Long: " + CountryLong);
Region = Proxy.GetRegion(IP);
System.out.println("Region: " + Region);
City = Proxy.GetCity(IP);
System.out.println("City: " + City);
ISP = Proxy.GetISP(IP);
System.out.println("ISP: " + ISP);
Domain = Proxy.GetDomain(IP);
System.out.println("Domain: " + Domain);
UsageType = Proxy.GetUsageType(IP);
System.out.println("UsageType: " + UsageType);
ASN = Proxy.GetASN(IP);
System.out.println("ASN: " + ASN);
AS = Proxy.GetAS(IP);
System.out.println("AS: " + AS);
LastSeen = Proxy.GetLastSeen(IP);
System.out.println("LastSeen: " + LastSeen);
Threat = Proxy.GetThreat(IP);
System.out.println("Threat: " + Threat);
Provider = Proxy.GetProvider(IP);
System.out.println("Provider: " + Provider);
FraudScore = Proxy.GetFraudScore(IP);
System.out.println("FraudScore: " + String.valueOf(FraudScore));
}
else {
System.out.println("Error reading BIN file.");
}
Proxy.Close();
}
catch(Exception Ex) {
System.out.println(Ex);
}
}
}
Sample IP2Proxy Databases (BIN)
Sample Packages - BIN File | IPv4 + IPv6 |
---|---|
IP2Proxy PX1 | Download (391.66 kB) |
IP2Proxy PX2 | Download (406.53 kB) |
IP2Proxy PX3 | Download (435.82 kB) |
IP2Proxy PX4 | Download (471.49 kB) |
IP2Proxy PX5 | Download (491.37 kB) |
IP2Proxy PX6 | Download (493.92 kB) |
IP2Proxy PX7 | Download (534.57 kB) |
IP2Proxy PX8 | Download (540.70 kB) |
IP2Proxy PX9 | Download (541.56 kB) |
IP2Proxy PX10 | Download (677.91 kB) |
IP2Proxy PX11 | Download (684.40 kB) |
IP2Proxy PX12 | Download (687.12 kB) |
![Pop Up Box](https://cdn.ip2location.com/assets/img/pop-up-cta.png)
Discover Your User Locations
Retrieve geolocation data for FREE now!