Package | Description |
---|---|
com.vaadin.flow.server.frontend | |
com.vaadin.flow.server.frontend.installer |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ProxyConfig.Proxy |
ProxyConfig.getInsecureProxy()
Get first proxy that is not secure.
|
ProxyConfig.Proxy |
ProxyConfig.getProxyForUrl(String requestUrl)
Get a proxy for url.
|
ProxyConfig.Proxy |
ProxyConfig.getSecureProxy()
Get a defined secure proxy.
|
Constructor and Description |
---|
NodeInstaller(File installDirectory,
List<ProxyConfig.Proxy> proxies)
Create NodeInstaller with default extractor and downloader and guess
platform.
|
NodeInstaller(File installDirectory,
Platform platform,
List<ProxyConfig.Proxy> proxies)
Create NoodeInstaller with default extractor and downloader.
|
ProxyConfig(List<ProxyConfig.Proxy> proxies)
Create a new proxy configuration with given proxies.
|
Copyright © 2020. All rights reserved.