Uses of Interface
org.springframework.boot.tomcat.TomcatConnectorCustomizer
Packages that use TomcatConnectorCustomizer
Package
Description
Reactive and servlet web server implementations backed by Tomcat.
-
Uses of TomcatConnectorCustomizer in org.springframework.boot.tomcat
Classes in org.springframework.boot.tomcat that implement TomcatConnectorCustomizerModifier and TypeClassDescriptionclass
TomcatConnectorCustomizer
that configures compression support on the given Connector.Methods in org.springframework.boot.tomcat that return types with arguments of type TomcatConnectorCustomizerModifier and TypeMethodDescriptionTomcatWebServerFactory.getConnectorCustomizers()
Returns a mutable collection of theTomcatConnectorCustomizer
s that will be applied to the TomcatConnector
.Methods in org.springframework.boot.tomcat with parameters of type TomcatConnectorCustomizerModifier and TypeMethodDescriptionvoid
ConfigurableTomcatWebServerFactory.addConnectorCustomizers
(TomcatConnectorCustomizer... tomcatConnectorCustomizers) AddTomcatConnectorCustomizer
s that should be added to the TomcatConnector
.void
TomcatWebServerFactory.addConnectorCustomizers
(TomcatConnectorCustomizer... connectorCustomizers) Method parameters in org.springframework.boot.tomcat with type arguments of type TomcatConnectorCustomizerModifier and TypeMethodDescriptionvoid
TomcatWebServerFactory.setConnectorCustomizers
(Collection<? extends TomcatConnectorCustomizer> connectorCustomizers) SetTomcatConnectorCustomizer
s that should be applied to the TomcatConnector
.