Uses of Interface
com.atlassian.confluence.util.tomcat.TomcatConfigHelper
Packages that use TomcatConfigHelper
Package
Description
This package contains Tomcat-related utility code.
-
Uses of TomcatConfigHelper in com.atlassian.confluence.impl.health.checks.rules
Constructors in com.atlassian.confluence.impl.health.checks.rules with parameters of type TomcatConfigHelperModifierConstructorDescriptionHttpThreadsVsDbConnectionPoolRule(TomcatConfigHelper tomcatConfigHelper, DatabaseConfigHelper databaseConfigHelper, ErrorMessageProvider errorMessageProvider) Production constructor.TomcatHttpMaxThreadsRule(TomcatConfigHelper tomcatConfigHelper, ErrorMessageProvider errorMessageProvider) -
Uses of TomcatConfigHelper in com.atlassian.confluence.impl.util.tomcat
Classes in com.atlassian.confluence.impl.util.tomcat that implement TomcatConfigHelper -
Uses of TomcatConfigHelper in com.atlassian.confluence.plugins.synchrony.bootstrap
Constructors in com.atlassian.confluence.plugins.synchrony.bootstrap with parameters of type TomcatConfigHelperModifierConstructorDescriptionDefaultSynchronyProxyMonitor(SynchronyScheduledExecutorServiceProvider executorServiceProvider, com.atlassian.sal.api.net.RequestFactory<?> requestFactory, TomcatConfigHelper tomcatConfigHelper) SynchronyEnvironmentBuilder(BootstrapManager bootstrapManager, SystemInformationService systemInformationService, ClusterManager clusterManager, TomcatConfigHelper tomcatConfigHelper) SynchronyProcessBuilder(com.atlassian.sal.api.ApplicationProperties applicationProperties, SystemInformationService systemInformationService, ExternalProcessBuilderFactory externalProcessBuilderFactory, NonIdlingExternalProcessFactory nonIdlingExternalProcessFactory, ClusterManager clusterManager, DownloadResourceManager downloadResourceManager, TomcatConfigHelper tomcatConfigHelper) -
Uses of TomcatConfigHelper in com.atlassian.confluence.status.service
Methods in com.atlassian.confluence.status.service with parameters of type TomcatConfigHelperModifier and TypeMethodDescriptionvoidDefaultSystemInformationService.setTomcatConfigHelper(TomcatConfigHelper tomcatConfigHelper)