Package com.mongodb.spi.dns


package com.mongodb.spi.dns
This package defines the Service Provider Interface (SPI) for a DNS provider. By default the driver will use the JNDI support from com.sun.jndi.dns.DnsContextFactory, but this can be replaced using the JDK's ServiceLoader capabilities.
Since:
4.6
See Also: