Uses of Interface
org.springframework.boot.web.embedded.tomcat.TomcatConnectorCustomizer
Packages that use TomcatConnectorCustomizer
Package
Description
Embedded reactive and servlet web server implementations backed by Tomcat.
-
Uses of TomcatConnectorCustomizer in org.springframework.boot.web.embedded.tomcat
Methods in org.springframework.boot.web.embedded.tomcat that return types with arguments of type TomcatConnectorCustomizerModifier and TypeMethodDescriptionTomcatReactiveWebServerFactory.getTomcatConnectorCustomizers()Returns a mutable collection of theTomcatConnectorCustomizers that will be applied to the TomcatConnector.TomcatServletWebServerFactory.getTomcatConnectorCustomizers()Returns a mutable collection of theTomcatConnectorCustomizers that will be applied to the TomcatConnector.Methods in org.springframework.boot.web.embedded.tomcat with parameters of type TomcatConnectorCustomizerModifier and TypeMethodDescriptionvoidConfigurableTomcatWebServerFactory.addConnectorCustomizers(TomcatConnectorCustomizer... tomcatConnectorCustomizers) AddTomcatConnectorCustomizers that should be added to the TomcatConnector.voidTomcatReactiveWebServerFactory.addConnectorCustomizers(TomcatConnectorCustomizer... tomcatConnectorCustomizers) AddTomcatConnectorCustomizers that should be added to the TomcatConnector.voidTomcatServletWebServerFactory.addConnectorCustomizers(TomcatConnectorCustomizer... tomcatConnectorCustomizers) Method parameters in org.springframework.boot.web.embedded.tomcat with type arguments of type TomcatConnectorCustomizerModifier and TypeMethodDescriptionvoidTomcatReactiveWebServerFactory.setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer> tomcatConnectorCustomizers) SetTomcatConnectorCustomizers that should be applied to the TomcatConnector.voidTomcatServletWebServerFactory.setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer> tomcatConnectorCustomizers) SetTomcatConnectorCustomizers that should be applied to the TomcatConnector.