Package org.ossreviewtoolkit.utils.ort
Object OrtProxySelector.Companion
-
- All Implemented Interfaces:
-
org.apache.logging.log4j.kotlin.Logging
public class OrtProxySelector.Companion implements Logging
-
-
Field Summary
Fields Modifier and Type Field Description private final KotlinLoggerloggerpublic final static OrtProxySelector.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final OrtProxySelectorinstall()Install this proxy selector as the global default. final ProxySelectoruninstall()Uninstall this proxy selector, restoring the previous default selector as the global default. -
-
Method Detail
-
install
@Synchronized() final OrtProxySelector install()
Install this proxy selector as the global default. The previous default selector is used as a fallback.
-
uninstall
@Synchronized() final ProxySelector uninstall()
Uninstall this proxy selector, restoring the previous default selector as the global default.
-
-
-
-