| パッケージ | 説明 |
|---|---|
| org.springframework.boot.web.embedded.undertow | Undertow が支援する組み込みのリアクティブおよびサーブレット Web サーバーの実装。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
CollectionSE<UndertowDeploymentInfoCustomizer> | UndertowServletWebServerFactory.getDeploymentInfoCustomizers()Undertow DeploymentInfo に適用される UndertowDeploymentInfoCustomizer の可変コレクションを返します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | UndertowServletWebServerFactory.addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer... customizers)Undertow DeploymentInfo をカスタマイズするために使用する必要がある UndertowDeploymentInfoCustomizer を追加します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | UndertowServletWebServerFactory.setDeploymentInfoCustomizers(CollectionSE<? extends UndertowDeploymentInfoCustomizer> customizers)Undertow DeploymentInfo に適用する必要がある UndertowDeploymentInfoCustomizer を設定します。 |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.