インターフェースの使用
org.springframework.boot.web.embedded.undertow.UndertowDeploymentInfoCustomizer
UndertowDeploymentInfoCustomizer を使用するパッケージ
パッケージ
説明
Undertow が支援する組み込みのリアクティブおよびサーブレット Web サーバーの実装。
org.springframework.boot.web.embedded.undertow 内の UndertowDeploymentInfoCustomizer 使用
型 UndertowDeploymentInfoCustomizer の引数を持つ型を返す org.springframework.boot.web.embedded.undertow のメソッド修飾子と型メソッド説明UndertowServletWebServerFactory.getDeploymentInfoCustomizers()UndertowDeploymentInfoに適用されるUndertowDeploymentInfoCustomizerの可変コレクションを返します。型 UndertowDeploymentInfoCustomizer のパラメーターを持つ org.springframework.boot.web.embedded.undertow のメソッド修飾子と型メソッド説明voidUndertowServletWebServerFactory.addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer... customizers) UndertowDeploymentInfoをカスタマイズするために使用する必要があるUndertowDeploymentInfoCustomizerを追加します。型 UndertowDeploymentInfoCustomizer の型引数を持つ org.springframework.boot.web.embedded.undertow のメソッドパラメーター修飾子と型メソッド説明voidUndertowServletWebServerFactory.setDeploymentInfoCustomizers(CollectionSE<? extends UndertowDeploymentInfoCustomizer> customizers) UndertowDeploymentInfoに適用する必要があるUndertowDeploymentInfoCustomizerを設定します。