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 theTomcatProtocolHandlerCustomizer
s that will be applied to the TomcatConnector
.Methods in org.springframework.boot.tomcat with parameters of type TomcatProtocolHandlerCustomizerModifier and TypeMethodDescriptionvoid
ConfigurableTomcatWebServerFactory.addProtocolHandlerCustomizers
(TomcatProtocolHandlerCustomizer<?>... tomcatProtocolHandlerCustomizers) AddTomcatProtocolHandlerCustomizer
s that should be added to the TomcatConnector
.void
TomcatWebServerFactory.addProtocolHandlerCustomizers
(TomcatProtocolHandlerCustomizer<?>... protocolHandlerCustomizers) Method parameters in org.springframework.boot.tomcat with type arguments of type TomcatProtocolHandlerCustomizerModifier and TypeMethodDescriptionvoid
TomcatWebServerFactory.setProtocolHandlerCustomizers
(Collection<? extends TomcatProtocolHandlerCustomizer<?>> protocolHandlerCustomizers) SetTomcatProtocolHandlerCustomizer
s that should be applied to the TomcatConnector
.