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 TypeClassDescriptionclassTomcatConnectorCustomizerthat 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 theTomcatConnectorCustomizers that will be applied to the TomcatConnector.Methods in org.springframework.boot.tomcat with parameters of type TomcatConnectorCustomizerModifier and TypeMethodDescriptionvoidConfigurableTomcatWebServerFactory.addConnectorCustomizers(TomcatConnectorCustomizer... tomcatConnectorCustomizers) AddTomcatConnectorCustomizers that should be added to the TomcatConnector.voidTomcatWebServerFactory.addConnectorCustomizers(TomcatConnectorCustomizer... connectorCustomizers) Method parameters in org.springframework.boot.tomcat with type arguments of type TomcatConnectorCustomizerModifier and TypeMethodDescriptionvoidTomcatWebServerFactory.setConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer> connectorCustomizers) SetTomcatConnectorCustomizers that should be applied to the TomcatConnector.