Uses of Interface
org.springframework.boot.web.embedded.jetty.JettyServerCustomizer
Packages that use JettyServerCustomizer
Package
Description
Embedded reactive and servlet web server implementations backed by Jetty.
-
Uses of JettyServerCustomizer in org.springframework.boot.web.embedded.jetty
Methods in org.springframework.boot.web.embedded.jetty that return types with arguments of type JettyServerCustomizerModifier and TypeMethodDescriptionJettyReactiveWebServerFactory.getServerCustomizers()Returns a mutable collection of JettyJettyServerCustomizers that will be applied to theServerbefore it is created.JettyServletWebServerFactory.getServerCustomizers()Returns a mutable collection of JettyJettyServerCustomizers that will be applied to theServerbefore it is created.Methods in org.springframework.boot.web.embedded.jetty with parameters of type JettyServerCustomizerModifier and TypeMethodDescriptionvoidConfigurableJettyWebServerFactory.addServerCustomizers(JettyServerCustomizer... customizers) AddJettyServerCustomizers that will be applied to theServerbefore it is started.voidJettyReactiveWebServerFactory.addServerCustomizers(JettyServerCustomizer... customizers) voidJettyServletWebServerFactory.addServerCustomizers(JettyServerCustomizer... customizers) Method parameters in org.springframework.boot.web.embedded.jetty with type arguments of type JettyServerCustomizerModifier and TypeMethodDescriptionvoidJettyReactiveWebServerFactory.setServerCustomizers(Collection<? extends JettyServerCustomizer> customizers) SetsJettyServerCustomizers that will be applied to theServerbefore it is started.voidJettyServletWebServerFactory.setServerCustomizers(Collection<? extends JettyServerCustomizer> customizers) SetsJettyServerCustomizers that will be applied to theServerbefore it is started.