com.mongodb.spi.dns (driver-core 5.5.0 API) (original) (raw)

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: