Uses of Interface
org.springframework.boot.web.server.jetty.JettyServerCustomizer
Packages that use JettyServerCustomizer
Package
Description
Reactive and servlet web server implementations backed by Jetty.
-
Uses of JettyServerCustomizer in org.springframework.boot.web.server.jetty
Classes in org.springframework.boot.web.server.jetty that implement JettyServerCustomizerMethods in org.springframework.boot.web.server.jetty that return types with arguments of type JettyServerCustomizerModifier and TypeMethodDescriptionJettyWebServerFactory.getServerCustomizers()
Returns a mutable collection of JettyJettyServerCustomizer
s that will be applied to theServer
before it is created.Methods in org.springframework.boot.web.server.jetty with parameters of type JettyServerCustomizerModifier and TypeMethodDescriptionvoid
ConfigurableJettyWebServerFactory.addServerCustomizers
(JettyServerCustomizer... customizers) AddJettyServerCustomizer
s that will be applied to theServer
before it is started.void
JettyWebServerFactory.addServerCustomizers
(JettyServerCustomizer... customizers) Method parameters in org.springframework.boot.web.server.jetty with type arguments of type JettyServerCustomizerModifier and TypeMethodDescriptionvoid
JettyWebServerFactory.setServerCustomizers
(Collection<? extends JettyServerCustomizer> customizers) SetsJettyServerCustomizer
s that will be applied to theServer
before it is started.