Uses of Interface
org.apache.storm.daemon.ui.IConfigurator
-
Packages that use IConfigurator Package Description org.apache.storm.daemon.ui -
-
Uses of IConfigurator in org.apache.storm.daemon.ui
Methods in org.apache.storm.daemon.ui with parameters of type IConfigurator Modifier and Type Method Description static void
UIHelpers. stormRunJetty(Integer port, Integer headerBufferSize, IConfigurator configurator)
static void
UIHelpers. stormRunJetty(Integer port, String host, Integer httpsPort, Integer headerBufferSize, IConfigurator configurator)
Modified version of run-jetty Assumes configurator sets handler.
-