ServerEndpointConfig.Builder | ServerEndpointConfig.Builder.configurator(ServerEndpointConfig.Configurator serverEndpointConfigurator) | このビルダーによってビルドされた構成オブジェクトで使用するカスタムコンフィギュレーターを設定します。 |
|---|
static ServerEndpointConfig.Builder | ServerEndpointConfig.Builder.create(ClassSE<?> endpointClass, StringSE path) | エンドポイントクラスの必須情報(プログラムまたはアノテーション付き)、使用する相対 URI または URI テンプレートを使用し、サブプロトコル、拡張機能、エンコーダー、デコーダー、カスタムコンフィギュレーターを使用せずにビルダーを作成します。 |
|---|
ServerEndpointConfig.Builder | ServerEndpointConfig.Builder.decoders(ListSE<ClassSE<? extends Decoder>> decoders) | 構成で使用するデコーダー実装クラスを設定します。 |
|---|
ServerEndpointConfig.Builder | ServerEndpointConfig.Builder.encoders(ListSE<ClassSE<? extends Encoder>> encoders) | このビルダーのエンコーダ実装クラスのリストを設定します。 |
|---|
ServerEndpointConfig.Builder | ServerEndpointConfig.Builder.extensions(ListSE<Extension> extensions) | 構成で使用する拡張機能を設定します。 |
|---|
ServerEndpointConfig.Builder | ServerEndpointConfig.Builder.subprotocols(ListSE<StringSE> subprotocols) | 構成で使用するサブプロトコルを設定します。 |
|---|