Uses of Interface
org.springframework.boot.tomcat.TomcatProtocolHandlerCustomizer
Packages that use TomcatProtocolHandlerCustomizer
Package
Description
Reactive and servlet web server implementations backed by Tomcat.
-
Uses of TomcatProtocolHandlerCustomizer in org.springframework.boot.tomcat
Methods in org.springframework.boot.tomcat that return types with arguments of type TomcatProtocolHandlerCustomizerModifier and TypeMethodDescriptionTomcatWebServerFactory.getProtocolHandlerCustomizers()Returns a mutable collection of theTomcatProtocolHandlerCustomizers that will be applied to the TomcatConnector.Methods in org.springframework.boot.tomcat with parameters of type TomcatProtocolHandlerCustomizerModifier and TypeMethodDescriptionvoidConfigurableTomcatWebServerFactory.addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>... tomcatProtocolHandlerCustomizers) AddTomcatProtocolHandlerCustomizers that should be added to the TomcatConnector.voidTomcatWebServerFactory.addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>... protocolHandlerCustomizers) Method parameters in org.springframework.boot.tomcat with type arguments of type TomcatProtocolHandlerCustomizerModifier and TypeMethodDescriptionvoidTomcatWebServerFactory.setProtocolHandlerCustomizers(Collection<? extends TomcatProtocolHandlerCustomizer<?>> protocolHandlerCustomizers) SetTomcatProtocolHandlerCustomizers that should be applied to the TomcatConnector.