Uses of Interface
com.iizix.IWebServerCompression
Uses of IWebServerCompression in com.iizix.jetty
Modifier and TypeClassDescriptionclass
The Jetty integrated web server class in iiziGo Designer.class
Web server that is used when Run Configuration is used, an optimized Jetty Server for "raw Jetty" web socket communication that is used to run one IIZI Module Project (that may refer to others, including Java projects).Uses of IWebServerCompression in com.iizix.js.build
Modifier and TypeMethodDescriptionvoid
HTMLSourcesManager.compressHTMLFile
(File root, IWebServerCompression webServer, boolean doCompress, String fn, boolean isLocal) Compresses the specified HTML files and adds all files for redirection.void
HTMLSourcesManager.compressHTMLFiles
(File root, IWebServerCompression webServer, boolean doCompress) Compresses the specified HTML files and adds all files for redirection.static HTMLSourcesManager
HTMLSourcesManager.getInstance
(IWebServerCompression webServer, ISourceResolver resolver) Gets the instance of the run support.Uses of IWebServerCompression in com.iizix.server
Modifier and TypeMethodDescriptionJettyRunConfiguration.getWebServerCompression()
Gets the web server compression interface.abstract IWebServerCompression
ServerShell.getWebServerCompression()
Gets the web server compression interface.Uses of IWebServerCompression in com.iizix.server.jakarta
Modifier and TypeMethodDescriptionJakartaEEServer.getWebServerCompression()
Gets the web server compression interface.