Uses of Interface
org.springframework.boot.web.embedded.tomcat.TomcatProtocolHandlerCustomizer
Packages that use TomcatProtocolHandlerCustomizer
Package
Description
Embedded reactive and servlet web server implementations backed by Tomcat.
-
Uses of TomcatProtocolHandlerCustomizer in org.springframework.boot.web.embedded.tomcat
Methods in org.springframework.boot.web.embedded.tomcat that return types with arguments of type TomcatProtocolHandlerCustomizerModifier and TypeMethodDescriptionTomcatReactiveWebServerFactory.getTomcatProtocolHandlerCustomizers()
Returns a mutable collection of theTomcatProtocolHandlerCustomizer
s that will be applied to the TomcatConnector
.TomcatServletWebServerFactory.getTomcatProtocolHandlerCustomizers()
Returns a mutable collection of theTomcatProtocolHandlerCustomizer
s that will be applied to the TomcatConnector
.Methods in org.springframework.boot.web.embedded.tomcat with parameters of type TomcatProtocolHandlerCustomizerModifier and TypeMethodDescriptionvoid
ConfigurableTomcatWebServerFactory.addProtocolHandlerCustomizers
(TomcatProtocolHandlerCustomizer<?>... tomcatProtocolHandlerCustomizers) AddTomcatProtocolHandlerCustomizer
s that should be added to the TomcatConnector
.void
TomcatReactiveWebServerFactory.addProtocolHandlerCustomizers
(TomcatProtocolHandlerCustomizer<?>... tomcatProtocolHandlerCustomizers) AddTomcatProtocolHandlerCustomizer
s that should be added to the TomcatConnector
.void
TomcatServletWebServerFactory.addProtocolHandlerCustomizers
(TomcatProtocolHandlerCustomizer<?>... tomcatProtocolHandlerCustomizers) AddTomcatProtocolHandlerCustomizer
s that should be added to the TomcatConnector
.Method parameters in org.springframework.boot.web.embedded.tomcat with type arguments of type TomcatProtocolHandlerCustomizerModifier and TypeMethodDescriptionvoid
TomcatReactiveWebServerFactory.setTomcatProtocolHandlerCustomizers
(Collection<? extends TomcatProtocolHandlerCustomizer<?>> tomcatProtocolHandlerCustomizers) SetTomcatProtocolHandlerCustomizer
s that should be applied to the TomcatConnector
.void
TomcatServletWebServerFactory.setTomcatProtocolHandlerCustomizers
(Collection<? extends TomcatProtocolHandlerCustomizer<?>> tomcatProtocolHandlerCustomizer) SetTomcatProtocolHandlerCustomizer
s that should be applied to the TomcatConnector
.