Skip to content

Commit d7c3099

Browse files
committed
Updated for v5.0.0
1 parent a7d8610 commit d7c3099

File tree

133 files changed

+34040
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+34040
-4
lines changed

doc/latest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.4.0
1+
v5.0.0

doc/v5.0.0/allclasses-index.html

Lines changed: 261 additions & 0 deletions
Large diffs are not rendered by default.

doc/v5.0.0/allpackages-index.html

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
<!DOCTYPE HTML>
2+
<html lang>
3+
<head>
4+
<!-- Generated by javadoc (25) on Thu Nov 20 09:25:18 PST 2025 -->
5+
<title>All Packages (MaxMind GeoIP2 API 5.0.0 API)</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8+
<meta name="dc.created" content="2025-11-20">
9+
<meta name="description" content="package index">
10+
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
11+
<link rel="stylesheet" type="text/css" href="resource-files/jquery-ui.min.css">
12+
<link rel="stylesheet" type="text/css" href="resource-files/stylesheet.css">
13+
<script type="text/javascript" src="script-files/script.js"></script>
14+
<script type="text/javascript" src="script-files/jquery-3.7.1.min.js"></script>
15+
<script type="text/javascript" src="script-files/jquery-ui.min.js"></script>
16+
</head>
17+
<body class="all-packages-index-page">
18+
<script type="text/javascript">const pathtoroot = "./";
19+
loadScripts(document, 'script');</script>
20+
<noscript>
21+
<div>JavaScript is disabled on your browser.</div>
22+
</noscript>
23+
<header role="banner">
24+
<nav role="navigation">
25+
<!-- ========= START OF TOP NAVBAR ======= -->
26+
<div class="top-nav" id="navbar-top">
27+
<div class="nav-content">
28+
<div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span></button></div>
29+
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
30+
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
31+
<li><a href="com.maxmind.geoip2/module-summary.html">Module</a></li>
32+
<li><a href="overview-tree.html">Tree</a></li>
33+
<li><a href="deprecated-list.html">Deprecated</a></li>
34+
<li><a href="index-all.html">Index</a></li>
35+
<li><a href="search.html">Search</a></li>
36+
<li><a href="help-doc.html#all-packages">Help</a></li>
37+
</ul>
38+
</div>
39+
</div>
40+
<div class="sub-nav">
41+
<div class="nav-content">
42+
<ol class="sub-nav-list"></ol>
43+
<div class="nav-list-search"><input type="text" id="search-input" disabled placeholder="Search documentation (type /)" aria-label="Search in documentation" autocomplete="off" spellcheck="false"><input type="reset" id="reset-search" disabled value="Reset"></div>
44+
</div>
45+
</div>
46+
<!-- ========= END OF TOP NAVBAR ========= -->
47+
<span class="skip-nav" id="skip-navbar-top"></span></nav>
48+
</header>
49+
<div class="main-grid">
50+
<main role="main">
51+
<div class="header">
52+
<h1 title="All&amp;nbsp;Packages" class="title">All&nbsp;Packages</h1>
53+
</div>
54+
<div class="caption"><span>Package Summary</span></div>
55+
<div class="summary-table two-column-summary">
56+
<div class="table-header col-first">Package</div>
57+
<div class="table-header col-last">Description</div>
58+
<div class="col-first even-row-color"><a href="com.maxmind.geoip2/com/maxmind/geoip2/package-summary.html">com.maxmind.geoip2</a></div>
59+
<div class="col-last even-row-color">&nbsp;</div>
60+
<div class="col-first odd-row-color"><a href="com.maxmind.geoip2/com/maxmind/geoip2/exception/package-summary.html">com.maxmind.geoip2.exception</a></div>
61+
<div class="col-last odd-row-color">&nbsp;</div>
62+
<div class="col-first even-row-color"><a href="com.maxmind.geoip2/com/maxmind/geoip2/model/package-summary.html">com.maxmind.geoip2.model</a></div>
63+
<div class="col-last even-row-color">&nbsp;</div>
64+
<div class="col-first odd-row-color"><a href="com.maxmind.geoip2/com/maxmind/geoip2/record/package-summary.html">com.maxmind.geoip2.record</a></div>
65+
<div class="col-last odd-row-color">&nbsp;</div>
66+
</div>
67+
<footer role="contentinfo">
68+
<hr>
69+
<p class="legal-copy"><small>Copyright &#169; 2025 <a href="https://www.maxmind.com/">MaxMind, Inc.</a>. All rights reserved.</small></p>
70+
</footer>
71+
</main>
72+
</div>
73+
</body>
74+
</html>

doc/v5.0.0/com.maxmind.geoip2/com/maxmind/geoip2/DatabaseProvider.html

Lines changed: 593 additions & 0 deletions
Large diffs are not rendered by default.

doc/v5.0.0/com.maxmind.geoip2/com/maxmind/geoip2/DatabaseReader.Builder.html

Lines changed: 274 additions & 0 deletions
Large diffs are not rendered by default.

doc/v5.0.0/com.maxmind.geoip2/com/maxmind/geoip2/DatabaseReader.html

Lines changed: 830 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 173 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,173 @@
1+
<!DOCTYPE HTML>
2+
<html lang>
3+
<head>
4+
<!-- Generated by javadoc (25) on Thu Nov 20 09:25:18 PST 2025 -->
5+
<title>GeoIp2Provider (MaxMind GeoIP2 API 5.0.0 API)</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8+
<meta name="dc.created" content="2025-11-20">
9+
<meta name="description" content="declaration: module: com.maxmind.geoip2, package: com.maxmind.geoip2, interface: GeoIp2Provider">
10+
<meta name="generator" content="javadoc/ClassWriter">
11+
<link rel="stylesheet" type="text/css" href="../../../../resource-files/jquery-ui.min.css">
12+
<link rel="stylesheet" type="text/css" href="../../../../resource-files/stylesheet.css">
13+
<script type="text/javascript" src="../../../../script-files/script.js"></script>
14+
<script type="text/javascript" src="../../../../script-files/jquery-3.7.1.min.js"></script>
15+
<script type="text/javascript" src="../../../../script-files/jquery-ui.min.js"></script>
16+
</head>
17+
<body class="class-declaration-page">
18+
<script type="text/javascript">const pathtoroot = "../../../../";
19+
loadScripts(document, 'script');</script>
20+
<noscript>
21+
<div>JavaScript is disabled on your browser.</div>
22+
</noscript>
23+
<header role="banner">
24+
<nav role="navigation">
25+
<!-- ========= START OF TOP NAVBAR ======= -->
26+
<div class="top-nav" id="navbar-top">
27+
<div class="nav-content">
28+
<div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span></button></div>
29+
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
30+
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
31+
<li><a href="../../../module-summary.html">Module</a></li>
32+
<li class="nav-bar-cell1-rev">Class</li>
33+
<li><a href="class-use/GeoIp2Provider.html">Use</a></li>
34+
<li><a href="package-tree.html">Tree</a></li>
35+
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
36+
<li><a href="../../../../index-all.html">Index</a></li>
37+
<li><a href="../../../../search.html">Search</a></li>
38+
<li><a href="../../../../help-doc.html#class">Help</a></li>
39+
</ul>
40+
</div>
41+
</div>
42+
<div class="sub-nav">
43+
<div class="nav-content">
44+
<ol class="sub-nav-list">
45+
<li><a href="../../../module-summary.html">com.maxmind.geoip2</a></li>
46+
<li><a href="package-summary.html">com.maxmind.geoip2</a></li>
47+
<li><a href="GeoIp2Provider.html" class="current-selection">GeoIp2Provider</a></li>
48+
</ol>
49+
<div class="nav-list-search"><input type="text" id="search-input" disabled placeholder="Search documentation (type /)" aria-label="Search in documentation" autocomplete="off" spellcheck="false"><input type="reset" id="reset-search" disabled value="Reset"></div>
50+
</div>
51+
</div>
52+
<!-- ========= END OF TOP NAVBAR ========= -->
53+
<span class="skip-nav" id="skip-navbar-top"></span></nav>
54+
</header>
55+
<div class="main-grid">
56+
<nav role="navigation" class="toc" aria-label="Table of contents">
57+
<div class="toc-header">Contents&nbsp;<input type="text" class="filter-input" disabled placeholder="Filter contents (type .)" aria-label="Filter table of contents" autocomplete="off" spellcheck="false"><input type="reset" class="reset-filter" disabled tabindex="-1" value="Reset"></div>
58+
<ol class="toc-list" tabindex="-1">
59+
<li><a href="#" tabindex="0">Description</a></li>
60+
<li><a href="#method-summary" tabindex="0">Method Summary</a></li>
61+
<li><a href="#method-detail" tabindex="0">Method Details</a>
62+
<ol class="toc-list">
63+
<li><a href="#country(java.net.InetAddress)" tabindex="0">country(InetAddress)</a></li>
64+
<li><a href="#city(java.net.InetAddress)" tabindex="0">city(InetAddress)</a></li>
65+
</ol>
66+
</li>
67+
</ol>
68+
<button class="hide-sidebar"><span>Hide sidebar&nbsp;</span><img src="../../../../resource-files/left.svg" alt="Hide sidebar"></button><button class="show-sidebar"><img src="../../../../resource-files/right.svg" alt="Show sidebar"><span>&nbsp;Show sidebar</span></button></nav>
69+
<main role="main">
70+
<!-- ======== START OF CLASS DATA ======== -->
71+
<div class="header">
72+
<h1 title="Interface GeoIp2Provider" class="title">Interface GeoIp2Provider</h1>
73+
</div>
74+
<section class="class-description" id="class-description">
75+
<dl class="notes">
76+
<dt>All Known Subinterfaces:</dt>
77+
<dd><code><a href="DatabaseProvider.html" title="interface in com.maxmind.geoip2">DatabaseProvider</a>, <a href="WebServiceProvider.html" title="interface in com.maxmind.geoip2">WebServiceProvider</a></code></dd>
78+
</dl>
79+
<dl class="notes">
80+
<dt>All Known Implementing Classes:</dt>
81+
<dd><code><a href="DatabaseReader.html" title="class in com.maxmind.geoip2">DatabaseReader</a>, <a href="WebServiceClient.html" title="class in com.maxmind.geoip2">WebServiceClient</a></code></dd>
82+
</dl>
83+
<hr>
84+
<div class="horizontal-scroll">
85+
<div class="type-signature"><span class="modifiers">public interface </span><span class="element-name type-name-label">GeoIp2Provider</span></div>
86+
<div class="block">Interface for GeoIP2 providers.</div>
87+
</div>
88+
</section>
89+
<section class="summary">
90+
<ul class="summary-list">
91+
<!-- ========== METHOD SUMMARY =========== -->
92+
<li>
93+
<section class="method-summary" id="method-summary">
94+
<h2>Method Summary</h2>
95+
<div id="method-summary-table">
96+
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab3" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab3', 3)" class="table-tab">Abstract Methods</button></div>
97+
<div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0">
98+
<div class="summary-table three-column-summary">
99+
<div class="table-header col-first">Modifier and Type</div>
100+
<div class="table-header col-second">Method</div>
101+
<div class="table-header col-last">Description</div>
102+
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="model/CityResponse.html" title="class in com.maxmind.geoip2.model">CityResponse</a></code></div>
103+
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#city(java.net.InetAddress)" class="member-name-link">city</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/net/InetAddress.html" title="class or interface in java.net" class="external-link">InetAddress</a>&nbsp;ipAddress)</code></div>
104+
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
105+
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="model/CountryResponse.html" title="class in com.maxmind.geoip2.model">CountryResponse</a></code></div>
106+
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#country(java.net.InetAddress)" class="member-name-link">country</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/net/InetAddress.html" title="class or interface in java.net" class="external-link">InetAddress</a>&nbsp;ipAddress)</code></div>
107+
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
108+
</div>
109+
</div>
110+
</div>
111+
</section>
112+
</li>
113+
</ul>
114+
</section>
115+
<section class="details">
116+
<ul class="details-list">
117+
<!-- ============ METHOD DETAIL ========== -->
118+
<li>
119+
<section class="method-details" id="method-detail">
120+
<h2>Method Details</h2>
121+
<ul class="member-list">
122+
<li>
123+
<section class="detail" id="country(java.net.InetAddress)">
124+
<h3>country</h3>
125+
<div class="horizontal-scroll">
126+
<div class="member-signature"><span class="return-type"><a href="model/CountryResponse.html" title="class in com.maxmind.geoip2.model">CountryResponse</a></span>&nbsp;<span class="element-name">country</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/net/InetAddress.html" title="class or interface in java.net" class="external-link">InetAddress</a>&nbsp;ipAddress)</span>
127+
throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a>,
128+
<a href="exception/GeoIp2Exception.html" title="class in com.maxmind.geoip2.exception">GeoIp2Exception</a></span></div>
129+
<dl class="notes">
130+
<dt>Parameters:</dt>
131+
<dd><code>ipAddress</code> - IPv4 or IPv6 address to lookup.</dd>
132+
<dt>Returns:</dt>
133+
<dd>A Country model for the requested IP address.</dd>
134+
<dt>Throws:</dt>
135+
<dd><code><a href="exception/GeoIp2Exception.html" title="class in com.maxmind.geoip2.exception">GeoIp2Exception</a></code> - if there is an error looking up the IP</dd>
136+
<dd><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></code> - if there is an IO error</dd>
137+
</dl>
138+
</div>
139+
</section>
140+
</li>
141+
<li>
142+
<section class="detail" id="city(java.net.InetAddress)">
143+
<h3>city</h3>
144+
<div class="horizontal-scroll">
145+
<div class="member-signature"><span class="return-type"><a href="model/CityResponse.html" title="class in com.maxmind.geoip2.model">CityResponse</a></span>&nbsp;<span class="element-name">city</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/net/InetAddress.html" title="class or interface in java.net" class="external-link">InetAddress</a>&nbsp;ipAddress)</span>
146+
throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a>,
147+
<a href="exception/GeoIp2Exception.html" title="class in com.maxmind.geoip2.exception">GeoIp2Exception</a></span></div>
148+
<dl class="notes">
149+
<dt>Parameters:</dt>
150+
<dd><code>ipAddress</code> - IPv4 or IPv6 address to lookup.</dd>
151+
<dt>Returns:</dt>
152+
<dd>A City model for the requested IP address.</dd>
153+
<dt>Throws:</dt>
154+
<dd><code><a href="exception/GeoIp2Exception.html" title="class in com.maxmind.geoip2.exception">GeoIp2Exception</a></code> - if there is an error looking up the IP</dd>
155+
<dd><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></code> - if there is an IO error</dd>
156+
</dl>
157+
</div>
158+
</section>
159+
</li>
160+
</ul>
161+
</section>
162+
</li>
163+
</ul>
164+
</section>
165+
<!-- ========= END OF CLASS DATA ========= -->
166+
<footer role="contentinfo">
167+
<hr>
168+
<p class="legal-copy"><small>Copyright &#169; 2025 <a href="https://www.maxmind.com/">MaxMind, Inc.</a>. All rights reserved.</small></p>
169+
</footer>
170+
</main>
171+
</div>
172+
</body>
173+
</html>

0 commit comments

Comments
 (0)