Uses of Interface
org.xbill.DNS.io.IoClientFactory
Packages that use IoClientFactory
-
Uses of IoClientFactory in org.xbill.DNS
Methods in org.xbill.DNS that return IoClientFactoryModifier and TypeMethodDescriptionSimpleResolver.getIoClientFactory()Gets or sets the factory that creates clients for sending messages to the wire.Methods in org.xbill.DNS with parameters of type IoClientFactoryModifier and TypeMethodDescriptionvoidSimpleResolver.setIoClientFactory(IoClientFactory ioClientFactory) Gets or sets the factory that creates clients for sending messages to the wire. -
Uses of IoClientFactory in org.xbill.DNS.io
Classes in org.xbill.DNS.io that implement IoClientFactoryModifier and TypeClassDescriptionclassServes as a default implementation that is used by theSimpleResolver, unless otherwise configured.