Uses of Class
com.vaadin.flow.server.frontend.installer.ProxyConfig.Proxy
Packages that use ProxyConfig.Proxy
-
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.ProxyModifier and TypeMethodDescriptionprotected 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.static List<ProxyConfig.Proxy>
ProxyFactory.getProxies
(File projectDirectory) 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.ProxyModifier and TypeMethodDescriptionProxyConfig.getInsecureProxy()
Get first proxy that is not secure.ProxyConfig.getProxyForUrl
(String requestUrl) Get a proxy for url.ProxyConfig.getSecureProxy()
Get a defined secure proxy.Constructor parameters in com.vaadin.flow.server.frontend.installer with type arguments of type ProxyConfig.ProxyModifierConstructorDescriptionNodeInstaller
(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.