Uses of Interface
org.springframework.boot.web.embedded.tomcat.TomcatProtocolHandlerCustomizer
Package
Description
Embedded reactive and servlet web server implementations backed by Tomcat.
-
Uses of TomcatProtocolHandlerCustomizer in org.springframework.boot.web.embedded.tomcat
Modifier 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
.Modifier 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
.Modifier 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
.