You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tdclass="colFirst"><code><ahref="../../../com/maxmind/geoip2/model/CityResponse.html" title="class in com.maxmind.geoip2.model">CityResponse</a></code></td>
134
-
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../com/maxmind/geoip2/GeoIp2Provider.html#city-java.net.InetAddress-">city</a></span>(<ahref="http://java.sun.com/javase/6/docs/api/java/net/InetAddress.html?is-external=true" title="class or interface in java.net">InetAddress</a> ipAddress)</code> </td>
134
+
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../com/maxmind/geoip2/GeoIp2Provider.html#city-java.net.InetAddress-">city</a></span>(<ahref="http://docs.oracle.com/javase/7/docs/api/java/net/InetAddress.html?is-external=true" title="class or interface in java.net">InetAddress</a> ipAddress)</code> </td>
135
135
</tr>
136
136
<trid="i1" class="rowColor">
137
137
<tdclass="colFirst"><code><ahref="../../../com/maxmind/geoip2/model/CountryResponse.html" title="class in com.maxmind.geoip2.model">CountryResponse</a></code></td>
138
-
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../com/maxmind/geoip2/GeoIp2Provider.html#country-java.net.InetAddress-">country</a></span>(<ahref="http://java.sun.com/javase/6/docs/api/java/net/InetAddress.html?is-external=true" title="class or interface in java.net">InetAddress</a> ipAddress)</code> </td>
138
+
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../com/maxmind/geoip2/GeoIp2Provider.html#country-java.net.InetAddress-">country</a></span>(<ahref="http://docs.oracle.com/javase/7/docs/api/java/net/InetAddress.html?is-external=true" title="class or interface in java.net">InetAddress</a> ipAddress)</code> </td>
139
139
</tr>
140
140
</table>
141
141
</li>
@@ -158,8 +158,8 @@ <h3>Method Detail</h3>
158
158
<ulclass="blockList">
159
159
<liclass="blockList">
160
160
<h4>country</h4>
161
-
<pre><ahref="../../../com/maxmind/geoip2/model/CountryResponse.html" title="class in com.maxmind.geoip2.model">CountryResponse</a> country(<ahref="http://java.sun.com/javase/6/docs/api/java/net/InetAddress.html?is-external=true" title="class or interface in java.net">InetAddress</a> ipAddress)
162
-
throws <ahref="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
161
+
<pre><ahref="../../../com/maxmind/geoip2/model/CountryResponse.html" title="class in com.maxmind.geoip2.model">CountryResponse</a> country(<ahref="http://docs.oracle.com/javase/7/docs/api/java/net/InetAddress.html?is-external=true" title="class or interface in java.net">InetAddress</a> ipAddress)
162
+
throws <ahref="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
163
163
<ahref="../../../com/maxmind/geoip2/exception/GeoIp2Exception.html" title="class in com.maxmind.geoip2.exception">GeoIp2Exception</a></pre>
<dd>A Country model for the requested IP address.</dd>
169
169
<dt><spanclass="throwsLabel">Throws:</span></dt>
170
170
<dd><code><ahref="../../../com/maxmind/geoip2/exception/GeoIp2Exception.html" title="class in com.maxmind.geoip2.exception">GeoIp2Exception</a></code> - if there is an error looking up the IP</dd>
171
-
<dd><code><ahref="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there is an IO error</dd>
171
+
<dd><code><ahref="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there is an IO error</dd>
172
172
</dl>
173
173
</li>
174
174
</ul>
@@ -178,8 +178,8 @@ <h4>country</h4>
178
178
<ulclass="blockListLast">
179
179
<liclass="blockList">
180
180
<h4>city</h4>
181
-
<pre><ahref="../../../com/maxmind/geoip2/model/CityResponse.html" title="class in com.maxmind.geoip2.model">CityResponse</a> city(<ahref="http://java.sun.com/javase/6/docs/api/java/net/InetAddress.html?is-external=true" title="class or interface in java.net">InetAddress</a> ipAddress)
182
-
throws <ahref="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
181
+
<pre><ahref="../../../com/maxmind/geoip2/model/CityResponse.html" title="class in com.maxmind.geoip2.model">CityResponse</a> city(<ahref="http://docs.oracle.com/javase/7/docs/api/java/net/InetAddress.html?is-external=true" title="class or interface in java.net">InetAddress</a> ipAddress)
182
+
throws <ahref="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
183
183
<ahref="../../../com/maxmind/geoip2/exception/GeoIp2Exception.html" title="class in com.maxmind.geoip2.exception">GeoIp2Exception</a></pre>
<dd>A City model for the requested IP address.</dd>
189
189
<dt><spanclass="throwsLabel">Throws:</span></dt>
190
190
<dd><code><ahref="../../../com/maxmind/geoip2/exception/GeoIp2Exception.html" title="class in com.maxmind.geoip2.exception">GeoIp2Exception</a></code> - if there is an error looking up the IP</dd>
191
-
<dd><code><ahref="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there is an IO error</dd>
191
+
<dd><code><ahref="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there is an IO error</dd>
192
192
</dl>
193
193
</li>
194
194
</ul>
@@ -261,6 +261,6 @@ <h4>city</h4>
261
261
<!-- -->
262
262
</a></div>
263
263
<!-- ======== END OF BOTTOM NAVBAR ======= -->
264
-
<pclass="legalCopy"><small>Copyright © 2017 <ahref="http://www.maxmind.com/">MaxMind, Inc.</a>. All Rights Reserved.</small></p>
264
+
<pclass="legalCopy"><small>Copyright © 2017 <ahref="http://www.maxmind.com/">MaxMind, Inc.</a>. All rights reserved.</small></p>
0 commit comments