Uses of Interface
sun.net.spi.nameservice.NameService
Packages that use NameService
Package
Description
JDK9 removed the Nameservice SPI as per bug 8134577.
-
Uses of NameService in org.xbill.DNS.spi
Classes in org.xbill.DNS.spi that implement NameServiceModifier and TypeClassDescriptionclassThis class implements a Name Service Provider, which Java can use (starting with version 1.4), to perform DNS resolutions instead of using the standard calls.Methods in org.xbill.DNS.spi that return NameServiceModifier and TypeMethodDescriptionDNSJavaNameServiceDescriptor.createNameService()Returns a reference to a dnsjava name server provider. -
Uses of NameService in sun.net.spi.nameservice
Methods in sun.net.spi.nameservice that return NameService