Class UnixResolverOptions.Builder

  • Enclosing class:
    UnixResolverOptions

    static final class UnixResolverOptions.Builder
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int attempts  
      private int ndots  
      private int timeout  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Builder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) UnixResolverOptions build()  
      (package private) void setAttempts​(int attempts)  
      (package private) void setNdots​(int ndots)  
      (package private) void setTimeout​(int timeout)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ndots

        private int ndots
      • timeout

        private int timeout
      • attempts

        private int attempts
    • Constructor Detail

      • Builder

        private Builder()
    • Method Detail

      • setNdots

        void setNdots​(int ndots)
      • setTimeout

        void setTimeout​(int timeout)
      • setAttempts

        void setAttempts​(int attempts)