Package 

Enum ProxySettings

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      SMART

      The default, this will set the proxy settings only if there's no configuration present in the environment variables already.

      FORCED

      This will always set the proxy settings, overriding any settings already present. This might cause incorrect settings.

      OFF

      Don't set any proxy settings.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

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

    • Method Detail