| パッケージ | 説明 |
|---|---|
| org.springframework.boot.actuate.autoconfigure.web.server | アクチュエーター Web サーバーのサポート。 |
| org.springframework.boot.autoconfigure.web.embedded | 組み込みのリアクティブおよびサーブレット Web サーバーの構成。 |
| org.springframework.boot.autoconfigure.web.reactive | リアクティブ Web サーバーおよび Spring WebFlux の自動構成。 |
| org.springframework.boot.autoconfigure.web.reactive.error | Spring WebFlux エラー処理の自動構成。 |
| org.springframework.boot.autoconfigure.web.servlet | サーブレット Web サーバーと Spring MVC の自動構成。 |
| org.springframework.boot.autoconfigure.web.servlet.error | Spring MVC エラー処理の自動構成。 |
| org.springframework.boot.devtools.autoconfigure | spring-boot-devtools の自動構成。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected void | ManagementWebServerFactoryCustomizer.customize(T factory, ManagementServerProperties managementServerProperties, ServerProperties serverProperties) |
| 修飾子と型 | メソッドと説明 |
|---|---|
JettyWebServerFactoryCustomizer | EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration.jettyWebServerFactoryCustomizer(org.springframework.core.env.Environment environment, ServerProperties serverProperties) |
NettyWebServerFactoryCustomizer | EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration.nettyWebServerFactoryCustomizer(org.springframework.core.env.Environment environment, ServerProperties serverProperties) |
TomcatWebServerFactoryCustomizer | EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration.tomcatWebServerFactoryCustomizer(org.springframework.core.env.Environment environment, ServerProperties serverProperties) |
UndertowWebServerFactoryCustomizer | EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration.undertowWebServerFactoryCustomizer(org.springframework.core.env.Environment environment, ServerProperties serverProperties) |
| コンストラクターと説明 |
|---|
JettyWebServerFactoryCustomizer(org.springframework.core.env.Environment environment, ServerProperties serverProperties) |
NettyWebServerFactoryCustomizer(org.springframework.core.env.Environment environment, ServerProperties serverProperties) |
TomcatWebServerFactoryCustomizer(org.springframework.core.env.Environment environment, ServerProperties serverProperties) |
UndertowWebServerFactoryCustomizer(org.springframework.core.env.Environment environment, ServerProperties serverProperties) |
| 修飾子と型 | メソッドと説明 |
|---|---|
ReactiveWebServerFactoryCustomizer | ReactiveWebServerFactoryAutoConfiguration.reactiveWebServerFactoryCustomizer(ServerProperties serverProperties) |
TomcatReactiveWebServerFactoryCustomizer | ReactiveWebServerFactoryAutoConfiguration.tomcatReactiveWebServerFactoryCustomizer(ServerProperties serverProperties) |
| コンストラクターと説明 |
|---|
ReactiveWebServerFactoryCustomizer(ServerProperties serverProperties) |
TomcatReactiveWebServerFactoryCustomizer(ServerProperties serverProperties) |
| コンストラクターと説明 |
|---|
ErrorWebFluxAutoConfiguration(ServerProperties serverProperties) |
| 修飾子と型 | メソッドと説明 |
|---|---|
ServletWebServerFactoryCustomizer | ServletWebServerFactoryAutoConfiguration.servletWebServerFactoryCustomizer(ServerProperties serverProperties) |
TomcatServletWebServerFactoryCustomizer | ServletWebServerFactoryAutoConfiguration.tomcatServletWebServerFactoryCustomizer(ServerProperties serverProperties) |
| コンストラクターと説明 |
|---|
ServletWebServerFactoryCustomizer(ServerProperties serverProperties) |
TomcatServletWebServerFactoryCustomizer(ServerProperties serverProperties) |
UndertowServletWebServerFactoryCustomizer(ServerProperties serverProperties) |
| コンストラクターと説明 |
|---|
ErrorMvcAutoConfiguration(ServerProperties serverProperties) |
| 修飾子と型 | メソッドと説明 |
|---|---|
HandlerMapper | RemoteDevToolsAutoConfiguration.remoteDevToolsHealthCheckHandlerMapper(ServerProperties serverProperties) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.