Class LookupSession.LookupSessionBuilder

java.lang.Object
org.xbill.DNS.lookup.LookupSession.LookupSessionBuilder
Enclosing class:
LookupSession

public static class LookupSession.LookupSessionBuilder extends Object
A builder for LookupSession instances. An instance of this class is obtained by calling LookupSession.builder() and configured using the methods with names corresponding to the different properties. Once fully configured, a LookupSession instance is obtained by calling build() on the builder instance.