static SeBootstrap.Configuration.Builder | SeBootstrap.Configuration.builder() | 新しいブートストラップ構成ビルダーインスタンスを作成します。 |
|---|
default SeBootstrap.Configuration.Builder | SeBootstrap.Configuration.Builder.from(ObjectSE externalConfig) | 外部構成を一括ロードするオプションの便利なメソッド。 |
|---|
<T> SeBootstrap.Configuration.Builder | SeBootstrap.Configuration.Builder.from(BiFunctionSE<StringSE,ClassSE<T>,OptionalSE<T>> propertiesProvider) | プロパティサプライヤーから構成を一括読み込みする便利なメソッド。 |
|---|
default SeBootstrap.Configuration.Builder | SeBootstrap.Configuration.Builder.host(StringSE host) | 使用する host を設定する便利なメソッド。 |
|---|
default SeBootstrap.Configuration.Builder | SeBootstrap.Configuration.Builder.port(IntegerSE port) | 使用する port を設定する便利なメソッド。 |
|---|
SeBootstrap.Configuration.Builder | SeBootstrap.Configuration.Builder.property(StringSE name, ObjectSE value) | プロパティ name を指定された value に設定します。 |
|---|
default SeBootstrap.Configuration.Builder | SeBootstrap.Configuration.Builder.protocol(StringSE protocol) | 使用する protocol を設定する便利なメソッド。 |
|---|
default SeBootstrap.Configuration.Builder | SeBootstrap.Configuration.Builder.rootPath(StringSE rootPath) | 使用する rootPath を設定する便利なメソッド。 |
|---|
default SeBootstrap.Configuration.Builder | SeBootstrap.Configuration.Builder.sslClientAuthentication(SeBootstrap.Configuration.SSLClientAuthentication sslClientAuthentication) | SSL クライアント認証ポリシーを設定する簡易メソッド。 |
|---|
default SeBootstrap.Configuration.Builder | SeBootstrap.Configuration.Builder.sslContext(SSLContextSE sslContext) | 使用する sslContext を設定する便利なメソッド。 |
|---|