Class HttpConfig.JavaHttpConfig

    • Field Summary

      Fields 
      Modifier and Type Field Description
      long innerThreadsExpirationMs
      Maximum time that excess idle threads will wait for new tasks before terminating inner HTTP threads
    • Constructor Summary

      Constructors 
      Constructor Description
      JavaHttpConfig​(long innerThreadsExpirationMs)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • innerThreadsExpirationMs

        public final long innerThreadsExpirationMs
        Maximum time that excess idle threads will wait for new tasks before terminating inner HTTP threads
    • Constructor Detail

      • JavaHttpConfig

        public JavaHttpConfig​(long innerThreadsExpirationMs)