クラスの使用
org.springframework.boot.autoconfigure.web.ServerProperties
ServerProperties を使用するパッケージ
パッケージ
説明
アクチュエーター Web サーバーのサポート。
組み込みのリアクティブおよびサーブレット Web サーバーの構成。
リアクティブ Web サーバーおよび Spring WebFlux の自動構成。
Spring WebFlux エラー処理の自動構成。
サーブレット Web サーバーと Spring MVC の自動構成。
Spring MVC エラー処理の自動構成。
spring-boot-devtools の自動構成。org.springframework.boot.actuate.autoconfigure.web.server 内の ServerProperties 使用
型 ServerProperties のパラメーターを持つ org.springframework.boot.actuate.autoconfigure.web.server のメソッド修飾子と型メソッド説明protected voidManagementWebServerFactoryCustomizer.customize(T factory, ManagementServerProperties managementServerProperties, ServerProperties serverProperties) org.springframework.boot.autoconfigure.web.embedded 内の ServerProperties 使用
型 ServerProperties のパラメーターを持つ org.springframework.boot.autoconfigure.web.embedded のメソッド修飾子と型メソッド説明EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration.jettyWebServerFactoryCustomizer(Environment environment, ServerProperties serverProperties) EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration.nettyWebServerFactoryCustomizer(Environment environment, ServerProperties serverProperties) EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration.tomcatWebServerFactoryCustomizer(Environment environment, ServerProperties serverProperties) EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration.undertowWebServerFactoryCustomizer(Environment environment, ServerProperties serverProperties) 型 ServerProperties のパラメーターを持つ org.springframework.boot.autoconfigure.web.embedded のコンストラクター修飾子コンストラクター説明JettyVirtualThreadsWebServerFactoryCustomizer(ServerProperties serverProperties) JettyWebServerFactoryCustomizer(Environment environment, ServerProperties serverProperties) NettyWebServerFactoryCustomizer(Environment environment, ServerProperties serverProperties) TomcatWebServerFactoryCustomizer(Environment environment, ServerProperties serverProperties) UndertowWebServerFactoryCustomizer(Environment environment, ServerProperties serverProperties) org.springframework.boot.autoconfigure.web.reactive 内の ServerProperties 使用
型 ServerProperties のパラメーターを持つ org.springframework.boot.autoconfigure.web.reactive のメソッド修飾子と型メソッド説明ReactiveWebServerFactoryAutoConfiguration.reactiveWebServerFactoryCustomizer(ServerProperties serverProperties, ObjectProvider<SslBundles> sslBundles) ReactiveWebServerFactoryAutoConfiguration.tomcatReactiveWebServerFactoryCustomizer(ServerProperties serverProperties) 型 ServerProperties のパラメーターを持つ org.springframework.boot.autoconfigure.web.reactive のコンストラクター修飾子コンストラクター説明EnableWebFluxConfiguration(WebFluxProperties webFluxProperties, WebProperties webProperties, ServerProperties serverProperties, ObjectProvider<WebFluxRegistrations> webFluxRegistrations) ReactiveWebServerFactoryCustomizer(ServerProperties serverProperties) 新しいReactiveWebServerFactoryCustomizerインスタンスを作成します。ReactiveWebServerFactoryCustomizer(ServerProperties serverProperties, SslBundles sslBundles) 新しいReactiveWebServerFactoryCustomizerインスタンスを作成します。TomcatReactiveWebServerFactoryCustomizer(ServerProperties serverProperties) WebSessionIdResolverAutoConfiguration(ServerProperties serverProperties, WebFluxProperties webFluxProperties) org.springframework.boot.autoconfigure.web.reactive.error 内の ServerProperties 使用
型 ServerProperties のパラメーターを持つ org.springframework.boot.autoconfigure.web.reactive.error のコンストラクターorg.springframework.boot.autoconfigure.web.servlet 内の ServerProperties 使用
型 ServerProperties のパラメーターを持つ org.springframework.boot.autoconfigure.web.servlet のメソッド修飾子と型メソッド説明ServletWebServerFactoryAutoConfiguration.servletWebServerFactoryCustomizer(ServerProperties serverProperties, ObjectProvider<WebListenerRegistrar> webListenerRegistrars, ObjectProvider<CookieSameSiteSupplier> cookieSameSiteSuppliers, ObjectProvider<SslBundles> sslBundles) ServletWebServerFactoryAutoConfiguration.tomcatServletWebServerFactoryCustomizer(ServerProperties serverProperties) 型 ServerProperties のパラメーターを持つ org.springframework.boot.autoconfigure.web.servlet のコンストラクター修飾子コンストラクター説明HttpEncodingAutoConfiguration(ServerProperties properties) ServletWebServerFactoryCustomizer(ServerProperties serverProperties) ServletWebServerFactoryCustomizer(ServerProperties serverProperties, ListSE<WebListenerRegistrar> webListenerRegistrars) TomcatServletWebServerFactoryCustomizer(ServerProperties serverProperties) UndertowServletWebServerFactoryCustomizer(ServerProperties serverProperties) org.springframework.boot.autoconfigure.web.servlet.error 内の ServerProperties 使用
型 ServerProperties のパラメーターを持つ org.springframework.boot.autoconfigure.web.servlet.error のコンストラクターorg.springframework.boot.devtools.autoconfigure 内の ServerProperties 使用
型 ServerProperties のパラメーターを持つ org.springframework.boot.devtools.autoconfigure のメソッド修飾子と型メソッド説明RemoteDevToolsAutoConfiguration.remoteDevToolsHealthCheckHandlerMapper(ServerProperties serverProperties)