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