Uses of Class
com.vaadin.flow.server.frontend.installer.ProxyConfig.Proxy
-
Packages that use ProxyConfig.Proxy Package Description com.vaadin.flow.server.frontend com.vaadin.flow.server.frontend.installer -
-
Uses of ProxyConfig.Proxy in com.vaadin.flow.server.frontend
Methods in com.vaadin.flow.server.frontend that return types with arguments of type ProxyConfig.Proxy Modifier and Type Method Description protected List<ProxyConfig.Proxy>FrontendTools. getProxies()Read list of configured proxies in order from system properties, .npmrc file in the project root folder, .npmrc file in user root folder and system environment variables. -
Uses of ProxyConfig.Proxy in com.vaadin.flow.server.frontend.installer
Methods in com.vaadin.flow.server.frontend.installer that return ProxyConfig.Proxy Modifier and Type Method Description ProxyConfig.ProxyProxyConfig. getInsecureProxy()Get first proxy that is not secure.ProxyConfig.ProxyProxyConfig. getProxyForUrl(String requestUrl)Get a proxy for url.ProxyConfig.ProxyProxyConfig. getSecureProxy()Get a defined secure proxy.Constructor parameters in com.vaadin.flow.server.frontend.installer with type arguments of type ProxyConfig.Proxy Constructor Description NodeInstaller(File installDirectory, Platform platform, List<ProxyConfig.Proxy> proxies)Create NoodeInstaller with default extractor and downloader.NodeInstaller(File installDirectory, List<ProxyConfig.Proxy> proxies)Create NodeInstaller with default extractor and downloader and guess platform.ProxyConfig(List<ProxyConfig.Proxy> proxies)Create a new proxy configuration with given proxies.
-