Uses of Class
org.springframework.boot.jetty.autoconfigure.JettyServerProperties
Packages that use JettyServerProperties
Package
Description
Classes related to the auto-configuration of a servlet or reactive web server using
Jetty.
-
Uses of JettyServerProperties in org.springframework.boot.jetty.autoconfigure
Constructors in org.springframework.boot.jetty.autoconfigure with parameters of type JettyServerPropertiesModifierConstructorDescriptionJettyVirtualThreadsWebServerFactoryCustomizer
(JettyServerProperties jettyProperties) JettyWebServerConfiguration
(JettyServerProperties jettyProperties) JettyWebServerFactoryCustomizer
(Environment environment, ServerProperties serverProperties, JettyServerProperties jettyProperties)