クラスの使用
org.springframework.boot.web.server.autoconfigure.ServerProperties
ServerProperties を使用するパッケージ
パッケージ
説明
アクチュエーター Web サーバーのサポート。
Jetty の自動構成。
Reactor Netty の自動構成。
Tomcat を使用したサーブレットまたはリアクティブ Web サーバーの自動構成に関連するクラス。
リアクティブ Web サーバーの自動構成に関連するクラス。
サーブレット Web サーバーの自動構成に関連するクラス。
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.jetty.autoconfigure 内の ServerProperties 使用
型 ServerProperties のパラメーターを持つ org.springframework.boot.jetty.autoconfigure のコンストラクター修飾子コンストラクター説明JettyWebServerFactoryCustomizer(Environment environment, ServerProperties serverProperties, JettyServerProperties jettyProperties) org.springframework.boot.reactor.netty.autoconfigure 内の ServerProperties 使用
型 ServerProperties のパラメーターを持つ org.springframework.boot.reactor.netty.autoconfigure のコンストラクター修飾子コンストラクター説明NettyReactiveWebServerFactoryCustomizer(Environment environment, ServerProperties serverProperties, NettyServerProperties nettyProperties) org.springframework.boot.tomcat.autoconfigure 内の ServerProperties 使用
型 ServerProperties のパラメーターを持つ org.springframework.boot.tomcat.autoconfigure のコンストラクター修飾子コンストラクター説明TomcatWebServerFactoryCustomizer(Environment environment, ServerProperties serverProperties, TomcatServerProperties tomcatProperties, WebProperties webProperties) org.springframework.boot.web.server.autoconfigure.reactive 内の ServerProperties 使用
型 ServerProperties のパラメーターを持つ org.springframework.boot.web.server.autoconfigure.reactive のコンストラクター修飾子コンストラクター説明ReactiveWebServerFactoryCustomizer(ServerProperties serverProperties) 新しいReactiveWebServerFactoryCustomizerインスタンスを作成します。ReactiveWebServerFactoryCustomizer(ServerProperties serverProperties, @Nullable SslBundles sslBundles) 新しいReactiveWebServerFactoryCustomizerインスタンスを作成します。org.springframework.boot.web.server.autoconfigure.servlet 内の ServerProperties 使用
型 ServerProperties のパラメーターを持つ org.springframework.boot.web.server.autoconfigure.servlet のコンストラクター修飾子コンストラクター説明ServletWebServerFactoryCustomizer(ServerProperties serverProperties) ServletWebServerFactoryCustomizer(ServerProperties serverProperties, ListSE<WebListenerRegistrar> webListenerRegistrars, ListSE<CookieSameSiteSupplier> cookieSameSiteSuppliers, @Nullable SslBundles sslBundles)