static SeBootstrap.Configuration.Builder | 
SeBootstrap.Configuration.builder() | 
 Creates a new bootstrap configuration builder instance. 
 | 
default SeBootstrap.Configuration.Builder | 
SeBootstrap.Configuration.Builder.from(Object externalConfig) | 
 Optional convenience method to bulk-load external configuration. 
 | 
<T> SeBootstrap.Configuration.Builder | 
SeBootstrap.Configuration.Builder.from(BiFunction<String,Class<T>,Optional<T>> propertiesProvider) | 
 Convenience method for bulk-loading configuration from a property supplier. 
 | 
default SeBootstrap.Configuration.Builder | 
SeBootstrap.Configuration.Builder.host(String host) | 
 Convenience method to set the host to be used. 
 | 
default SeBootstrap.Configuration.Builder | 
SeBootstrap.Configuration.Builder.port(Integer port) | 
 Convenience method to set the port to be used. 
 | 
SeBootstrap.Configuration.Builder | 
SeBootstrap.Configuration.Builder.property(String name,
        Object value) | 
 Sets the property name to the provided value. 
 | 
default SeBootstrap.Configuration.Builder | 
SeBootstrap.Configuration.Builder.protocol(String protocol) | 
 Convenience method to set the protocol to be used. 
 | 
default SeBootstrap.Configuration.Builder | 
SeBootstrap.Configuration.Builder.rootPath(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(SSLContext sslContext) | 
 Convenience method to set the sslContext to be used. 
 |