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.
com.vaadin.flow.server.frontend.installer.
Class DefaultFileDownloader
- java.lang.Object
-
- com.vaadin.flow.server.frontend.installer.DefaultFileDownloader
-
public final class DefaultFileDownloader extends Object
Default file downloader implementation.
Derived from eirslett/frontend-maven-plugin
For internal use only. May be renamed or removed in a future release.
Since:
-
-
Field Summary
Fields Modifier and Type Field Description static String
HTTPS_PROTOCOLS
-
Constructor Summary
Constructors Constructor Description DefaultFileDownloader(ProxyConfig proxyConfig)
Construct file downloader with given proxy configuration.
-
-
-
Field Detail
-
HTTPS_PROTOCOLS
public static final String HTTPS_PROTOCOLS
See Also:
-
-
Constructor Detail
-
DefaultFileDownloader
public DefaultFileDownloader(ProxyConfig proxyConfig)
Construct file downloader with given proxy configuration.
Parameters:
proxyConfig
- proxy configuration to use for file download
-
-