public interface ServerApplicationConfig| 修飾子と型 | メソッドと説明 |
|---|---|
SetSE<ClassSE<?>> | getAnnotatedEndpointClasses(SetSE<ClassSE<?>> scanned) サーバーコンテナーがデプロイする必要のあるアノテーション付きエンドポイントクラスのセットを返します。 |
SetSE<ServerEndpointConfig> | getEndpointConfigs(SetSE<ClassSE<? extends Endpoint>> endpointClasses) サーバーコンテナーがプログラムによるエンドポイントのデプロイに使用する ServerEndpointConfig インスタンスのセットを返します。 |
SetSE<ServerEndpointConfig> getEndpointConfigs(SetSE<ClassSE<? extends Endpoint>> endpointClasses)
endpointClasses - このインターフェースの実装を含むアーカイブ内のすべてのエンドポイントクラスのセット。SetSE<ClassSE<?>> getAnnotatedEndpointClasses(SetSE<ClassSE<?>> scanned)
scanned - このインターフェースの実装を含む、アーカイブ内のすべてのアノテーション付きエンドポイントクラスのセット。Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.