static SeBootstrap.Configuration.Builder |
SeBootstrap.Configuration.builder() |
Creates a new bootstrap configuration builder instance.
|
default SeBootstrap.Configuration.Builder |
SeBootstrap.Configuration.Builder.from(java.lang.Object externalConfig) |
Optional convenience method to bulk-load external configuration.
|
<T> SeBootstrap.Configuration.Builder |
SeBootstrap.Configuration.Builder.from(java.util.function.BiFunction<java.lang.String,java.lang.Class<T>,java.util.Optional<T>> propertiesProvider) |
Convenience method for bulk-loading configuration from a property supplier.
|
default SeBootstrap.Configuration.Builder |
SeBootstrap.Configuration.Builder.host(java.lang.String host) |
Convenience method to set the host to be used.
|
default SeBootstrap.Configuration.Builder |
SeBootstrap.Configuration.Builder.port(java.lang.Integer port) |
Convenience method to set the port to be used.
|
SeBootstrap.Configuration.Builder |
SeBootstrap.Configuration.Builder.property(java.lang.String name,
java.lang.Object value) |
Sets the property name to the provided value .
|
default SeBootstrap.Configuration.Builder |
SeBootstrap.Configuration.Builder.protocol(java.lang.String protocol) |
Convenience method to set the protocol to be used.
|
default SeBootstrap.Configuration.Builder |
SeBootstrap.Configuration.Builder.rootPath(java.lang.String rootPath) |
Convenience method to set the rootPath to be used.
|
default SeBootstrap.Configuration.Builder |
SeBootstrap.Configuration.Builder.sslClientAuthentication(SeBootstrap.Configuration.SSLClientAuthentication sslClientAuthentication) |
Convenience method to set SSL client authentication policy.
|
default SeBootstrap.Configuration.Builder |
SeBootstrap.Configuration.Builder.sslContext(javax.net.ssl.SSLContext sslContext) |
Convenience method to set the sslContext to be used.
|