Skip navigation links
A B C D F G H I L M O P R S T V W 

A

AbstractNamedRecord - Class in com.maxmind.geoip2.record
Abstract class for records with name maps.
AbstractResponse - Class in com.maxmind.geoip2.model
 
AbstractResponse() - Constructor for class com.maxmind.geoip2.model.AbstractResponse
 
AddressNotFoundException - Exception in com.maxmind.geoip2.exception
This exception is thrown when the IP address is not found in the database.
AddressNotFoundException(String) - Constructor for exception com.maxmind.geoip2.exception.AddressNotFoundException
 
AddressNotFoundException(String, Throwable) - Constructor for exception com.maxmind.geoip2.exception.AddressNotFoundException
 
anonymousIp(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
Look up an IP address in a GeoIP2 Anonymous IP.
AnonymousIpResponse - Class in com.maxmind.geoip2.model
This class provides the GeoIP2 Anonymous IP model.
AnonymousIpResponse() - Constructor for class com.maxmind.geoip2.model.AnonymousIpResponse
 
AuthenticationException - Exception in com.maxmind.geoip2.exception
This exception is thrown when there is an authentication error.
AuthenticationException(String) - Constructor for exception com.maxmind.geoip2.exception.AuthenticationException
 
AuthenticationException(String, Throwable) - Constructor for exception com.maxmind.geoip2.exception.AuthenticationException
 

B

build() - Method in class com.maxmind.geoip2.DatabaseReader.Builder
 
build() - Method in class com.maxmind.geoip2.WebServiceClient.Builder
 
Builder(InputStream) - Constructor for class com.maxmind.geoip2.DatabaseReader.Builder
 
Builder(File) - Constructor for class com.maxmind.geoip2.DatabaseReader.Builder
 
Builder(int, String) - Constructor for class com.maxmind.geoip2.WebServiceClient.Builder
 

C

city(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
 
city(InetAddress) - Method in interface com.maxmind.geoip2.GeoIp2Provider
 
City - Class in com.maxmind.geoip2.record
City-level data associated with an IP address.
City() - Constructor for class com.maxmind.geoip2.record.City
 
city() - Method in class com.maxmind.geoip2.WebServiceClient
 
city(InetAddress) - Method in class com.maxmind.geoip2.WebServiceClient
 
CityResponse - Class in com.maxmind.geoip2.model
This class provides a model for the data returned by the GeoIP2 Precision: City end point.
CityResponse() - Constructor for class com.maxmind.geoip2.model.CityResponse
 
close() - Method in class com.maxmind.geoip2.DatabaseReader
Closes the database.
com.maxmind.geoip2 - package com.maxmind.geoip2
 
com.maxmind.geoip2.exception - package com.maxmind.geoip2.exception
 
com.maxmind.geoip2.model - package com.maxmind.geoip2.model
 
com.maxmind.geoip2.record - package com.maxmind.geoip2.record
 
connectionType(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
Look up an IP address in a GeoIP2 Connection Type database.
ConnectionTypeResponse - Class in com.maxmind.geoip2.model
This class provides the GeoIP2 Connection-Type model.
ConnectionTypeResponse() - Constructor for class com.maxmind.geoip2.model.ConnectionTypeResponse
 
ConnectionTypeResponse.ConnectionType - Enum in com.maxmind.geoip2.model
The enumarated values that connection-type may take.
connectTimeout(int) - Method in class com.maxmind.geoip2.WebServiceClient.Builder
 
Continent - Class in com.maxmind.geoip2.record
Contains data for the continent record associated with an IP address.
Continent() - Constructor for class com.maxmind.geoip2.record.Continent
 
country(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
 
country(InetAddress) - Method in interface com.maxmind.geoip2.GeoIp2Provider
 
Country - Class in com.maxmind.geoip2.record
Contains data for the country record associated with an IP address.
Country() - Constructor for class com.maxmind.geoip2.record.Country
 
country() - Method in class com.maxmind.geoip2.WebServiceClient
 
country(InetAddress) - Method in class com.maxmind.geoip2.WebServiceClient
 
CountryResponse - Class in com.maxmind.geoip2.model
This class provides a model for the data returned by the GeoIP2 Precision: Country end point.
CountryResponse() - Constructor for class com.maxmind.geoip2.model.CountryResponse
 

D

DatabaseReader - Class in com.maxmind.geoip2
Instances of this class provide a reader for the GeoIP2 database format.
DatabaseReader.Builder - Class in com.maxmind.geoip2
Constructs a Builder for the DatabaseReader.
domain(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
Look up an IP address in a GeoIP2 Domain database.
DomainResponse - Class in com.maxmind.geoip2.model
This class provides the GeoIP2 Domain model.
DomainResponse() - Constructor for class com.maxmind.geoip2.model.DomainResponse
 

F

fileMode(Reader.FileMode) - Method in class com.maxmind.geoip2.DatabaseReader.Builder
 

G

GeoIp2Exception - Exception in com.maxmind.geoip2.exception
This class represents a generic GeoIP2 error.
GeoIp2Exception(String) - Constructor for exception com.maxmind.geoip2.exception.GeoIp2Exception
 
GeoIp2Exception(String, Throwable) - Constructor for exception com.maxmind.geoip2.exception.GeoIp2Exception
 
GeoIp2Provider - Interface in com.maxmind.geoip2
 
getAccuracyRadius() - Method in class com.maxmind.geoip2.record.Location
 
getAutonomousSystemNumber() - Method in class com.maxmind.geoip2.model.IspResponse
 
getAutonomousSystemNumber() - Method in class com.maxmind.geoip2.record.Traits
 
getAutonomousSystemOrganization() - Method in class com.maxmind.geoip2.model.IspResponse
 
getAutonomousSystemOrganization() - Method in class com.maxmind.geoip2.record.Traits
 
getCode() - Method in exception com.maxmind.geoip2.exception.InvalidRequestException
 
getCode() - Method in class com.maxmind.geoip2.record.Continent
 
getCode() - Method in class com.maxmind.geoip2.record.Postal
 
getConfidence() - Method in class com.maxmind.geoip2.record.City
 
getConfidence() - Method in class com.maxmind.geoip2.record.Country
 
getConfidence() - Method in class com.maxmind.geoip2.record.Postal
 
getConfidence() - Method in class com.maxmind.geoip2.record.Subdivision
 
getConnectionType() - Method in class com.maxmind.geoip2.model.ConnectionTypeResponse
 
getDomain() - Method in class com.maxmind.geoip2.model.DomainResponse
 
getDomain() - Method in class com.maxmind.geoip2.record.Traits
 
getGeoNameId() - Method in class com.maxmind.geoip2.record.AbstractNamedRecord
 
getHttpStatus() - Method in exception com.maxmind.geoip2.exception.HttpException
 
getIpAddress() - Method in class com.maxmind.geoip2.model.AnonymousIpResponse
 
getIpAddress() - Method in class com.maxmind.geoip2.model.ConnectionTypeResponse
 
getIpAddress() - Method in class com.maxmind.geoip2.model.DomainResponse
 
getIpAddress() - Method in class com.maxmind.geoip2.model.IspResponse
 
getIpAddress() - Method in class com.maxmind.geoip2.record.Traits
 
getIsoCode() - Method in class com.maxmind.geoip2.record.Country
 
getIsoCode() - Method in class com.maxmind.geoip2.record.Subdivision
 
getIsp() - Method in class com.maxmind.geoip2.model.IspResponse
 
getIsp() - Method in class com.maxmind.geoip2.record.Traits
 
getLatitude() - Method in class com.maxmind.geoip2.record.Location
 
getLongitude() - Method in class com.maxmind.geoip2.record.Location
 
getMetadata() - Method in class com.maxmind.geoip2.DatabaseReader
 
getMetroCode() - Method in class com.maxmind.geoip2.record.Location
 
getName() - Method in class com.maxmind.geoip2.record.AbstractNamedRecord
 
getNames() - Method in class com.maxmind.geoip2.record.AbstractNamedRecord
 
getOrganization() - Method in class com.maxmind.geoip2.model.IspResponse
 
getOrganization() - Method in class com.maxmind.geoip2.record.Traits
 
getQueriesRemaining() - Method in class com.maxmind.geoip2.record.MaxMind
 
getTimeZone() - Method in class com.maxmind.geoip2.record.Location
 
getType() - Method in class com.maxmind.geoip2.record.RepresentedCountry
 
getUrl() - Method in exception com.maxmind.geoip2.exception.HttpException
 
getUrl() - Method in exception com.maxmind.geoip2.exception.InvalidRequestException
 
getUserType() - Method in class com.maxmind.geoip2.record.Traits
 

H

host(String) - Method in class com.maxmind.geoip2.WebServiceClient.Builder
 
HttpException - Exception in com.maxmind.geoip2.exception
This class represents an HTTP transport error.
HttpException(String, int, URL) - Constructor for exception com.maxmind.geoip2.exception.HttpException
 
HttpException(String, int, URL, Throwable) - Constructor for exception com.maxmind.geoip2.exception.HttpException
 

I

insights() - Method in class com.maxmind.geoip2.WebServiceClient
 
insights(InetAddress) - Method in class com.maxmind.geoip2.WebServiceClient
 
InsightsResponse - Class in com.maxmind.geoip2.model
This class provides a model for the data returned by the GeoIP2 Precision: Insights end point.
InsightsResponse() - Constructor for class com.maxmind.geoip2.model.InsightsResponse
 
InvalidRequestException - Exception in com.maxmind.geoip2.exception
This class represents a non-specific error returned by MaxMind's GeoIP2 web service.
InvalidRequestException(String, String, URL) - Constructor for exception com.maxmind.geoip2.exception.InvalidRequestException
 
InvalidRequestException(String, String, int, URL, Throwable) - Constructor for exception com.maxmind.geoip2.exception.InvalidRequestException
 
isAnonymous() - Method in class com.maxmind.geoip2.model.AnonymousIpResponse
 
isAnonymousProxy() - Method in class com.maxmind.geoip2.record.Traits
 
isAnonymousVpn() - Method in class com.maxmind.geoip2.model.AnonymousIpResponse
 
isHostingProvider() - Method in class com.maxmind.geoip2.model.AnonymousIpResponse
 
isp(InetAddress) - Method in class com.maxmind.geoip2.DatabaseReader
Look up an IP address in a GeoIP2 ISP database.
IspResponse - Class in com.maxmind.geoip2.model
This class provides the GeoIP2 ISP model.
IspResponse() - Constructor for class com.maxmind.geoip2.model.IspResponse
 
isPublicProxy() - Method in class com.maxmind.geoip2.model.AnonymousIpResponse
 
isSatelliteProvider() - Method in class com.maxmind.geoip2.record.Traits
 
isTorExitNode() - Method in class com.maxmind.geoip2.model.AnonymousIpResponse
 

L

locales(List<String>) - Method in class com.maxmind.geoip2.DatabaseReader.Builder
 
locales(List<String>) - Method in class com.maxmind.geoip2.WebServiceClient.Builder
 
Location - Class in com.maxmind.geoip2.record
Contains data for the location record associated with an IP address.
Location() - Constructor for class com.maxmind.geoip2.record.Location
 

M

MaxMind - Class in com.maxmind.geoip2.record
Contains data related to your MaxMind account.
MaxMind() - Constructor for class com.maxmind.geoip2.record.MaxMind
 

O

OutOfQueriesException - Exception in com.maxmind.geoip2.exception
This exception is thrown when your account does not have any queries remaining for the called service.
OutOfQueriesException(String) - Constructor for exception com.maxmind.geoip2.exception.OutOfQueriesException
 
OutOfQueriesException(String, Throwable) - Constructor for exception com.maxmind.geoip2.exception.OutOfQueriesException
 

P

Postal - Class in com.maxmind.geoip2.record
Contains data for the postal record associated with an IP address.
Postal() - Constructor for class com.maxmind.geoip2.record.Postal
 

R

readTimeout(int) - Method in class com.maxmind.geoip2.WebServiceClient.Builder
 
RepresentedCountry - Class in com.maxmind.geoip2.record
Contains data for the represented country associated with an IP address.
RepresentedCountry() - Constructor for class com.maxmind.geoip2.record.RepresentedCountry
 

S

Subdivision - Class in com.maxmind.geoip2.record
Contains data for the subdivisions associated with an IP address.
Subdivision() - Constructor for class com.maxmind.geoip2.record.Subdivision
 

T

toJson() - Method in class com.maxmind.geoip2.model.AbstractResponse
 
toString() - Method in class com.maxmind.geoip2.model.AnonymousIpResponse
 
toString() - Method in enum com.maxmind.geoip2.model.ConnectionTypeResponse.ConnectionType
 
toString() - Method in class com.maxmind.geoip2.model.ConnectionTypeResponse
 
toString() - Method in class com.maxmind.geoip2.model.DomainResponse
 
toString() - Method in class com.maxmind.geoip2.model.IspResponse
 
toString() - Method in class com.maxmind.geoip2.record.AbstractNamedRecord
 
toString() - Method in class com.maxmind.geoip2.record.Location
 
toString() - Method in class com.maxmind.geoip2.record.MaxMind
 
toString() - Method in class com.maxmind.geoip2.record.Postal
 
toString() - Method in class com.maxmind.geoip2.record.Traits
 
Traits - Class in com.maxmind.geoip2.record
Contains data for the traits record associated with an IP address.
Traits() - Constructor for class com.maxmind.geoip2.record.Traits
 

V

valueOf(String) - Static method in enum com.maxmind.geoip2.model.ConnectionTypeResponse.ConnectionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.maxmind.geoip2.model.ConnectionTypeResponse.ConnectionType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebServiceClient - Class in com.maxmind.geoip2
This class provides a client API for all the GeoIP2 Precision web service end points.
WebServiceClient.Builder - Class in com.maxmind.geoip2
Builder creates instances of WebServiceClient from values set by the methods.
A B C D F G H I L M O P R S T V W 
Skip navigation links

Copyright © 2014 MaxMind, Inc.. All Rights Reserved.