インターフェースの使用
org.springframework.boot.web.server.WebServerFactory
WebServerFactory を使用するパッケージ
パッケージ
説明
アクチュエーター Web サーバーのサポート。
Jetty がサポートするリアクティブおよびサーブレット Web サーバー実装。
Jetty がサポートするリアクティブ Web サーバー実装。
Jetty をベースとしたサーブレット Web サーバー実装。
Netty がサポートするリアクティブ Web サーバー実装。
Tomcat を基盤とするリアクティブおよびサーブレット Web サーバーの実装。
Tomcat をベースとしたリアクティブ Web サーバーの実装。
Tomcat をベースとしたサーブレット Web サーバーの実装。
組み込み Web サーバーのサポート。
リアクティブ Web サーバーの抽象化。
サーブレット Web サーバーの抽象化。
org.springframework.boot.actuate.autoconfigure.web.server 内の WebServerFactory 使用
WebServerFactory 型の型パラメーターを持つ org.springframework.boot.actuate.autoconfigure.web.server のクラス修飾子と型クラス説明classAccessLogCustomizer<T extends WebServerFactory>Web サーバーのアクセスログをカスタマイズするWebServerFactoryCustomizerの基本クラス。型の型引数を持つ org.springframework.boot.actuate.autoconfigure.web.server のコンストラクターパラメーター WebServerFactory修飾子コンストラクター説明ManagementContextFactory(WebApplicationType webApplicationType, ClassSE<? extends WebServerFactory> webServerFactoryClass, ClassSE<?>... autoConfigurationClasses) org.springframework.boot.jetty 内の WebServerFactory 使用
org.springframework.boot.jetty 内の WebServerFactory サブインターフェースWebServerFactory を実装している org.springframework.boot.jetty のクラスorg.springframework.boot.jetty.reactive 内の WebServerFactory 使用
WebServerFactory を実装している org.springframework.boot.jetty.reactive のクラスorg.springframework.boot.jetty.servlet 内の WebServerFactory 使用
WebServerFactory を実装している org.springframework.boot.jetty.servlet のクラスorg.springframework.boot.reactor.netty 内の WebServerFactory 使用
WebServerFactory を実装している org.springframework.boot.reactor.netty のクラスorg.springframework.boot.tomcat 内の WebServerFactory 使用
org.springframework.boot.tomcat 内の WebServerFactory サブインターフェースWebServerFactory を実装している org.springframework.boot.tomcat のクラスorg.springframework.boot.tomcat.reactive 内の WebServerFactory 使用
WebServerFactory を実装している org.springframework.boot.tomcat.reactive のクラスorg.springframework.boot.tomcat.servlet 内の WebServerFactory 使用
WebServerFactory を実装している org.springframework.boot.tomcat.servlet のクラス修飾子と型クラス説明classorg.springframework.boot.web.server 内の WebServerFactory 使用
WebServerFactory 型の型パラメーターを持つ org.springframework.boot.web.server のクラス修飾子と型インターフェース説明interfaceWebServerFactoryCustomizer<T extends WebServerFactory>web server factoriesをカスタマイズするための戦略インターフェース。org.springframework.boot.web.server 内の WebServerFactory サブインターフェースWebServerFactory を実装している org.springframework.boot.web.server のクラスorg.springframework.boot.web.server.reactive 内の WebServerFactory 使用
org.springframework.boot.web.server.reactive 内の WebServerFactory サブインターフェース修飾子と型インターフェース説明interface設定可能なReactiveWebServerFactory。interfaceリアクティブWebServerの作成に使用できるファクトリインターフェース。org.springframework.boot.web.server.servlet 内の WebServerFactory 使用
org.springframework.boot.web.server.servlet 内の WebServerFactory サブインターフェース修飾子と型インターフェース説明interface設定可能なServletWebServerFactory。interfaceWebServerを作成するために使用できるファクトリインターフェース。