We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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.