Class SniConfigurationBuilder
java.lang.Object
org.infinispan.server.core.configuration.SniConfigurationBuilder
- All Implemented Interfaces:
Builder<SniConfiguration>
- Since:
- 10.0
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
Create the configuration beanread
(SniConfiguration template, Combine combine) Reads the configuration from an already created configuration bean into this builder.sslContext
(Supplier<SSLContext> sslContext) sslContext
(SSLContext sslContext)
-
Method Details
-
attributes
- Specified by:
attributes
in interfaceBuilder<SniConfiguration>
-
realm
-
host
-
sslContext
-
sslContext
-
create
Description copied from interface:Builder
Create the configuration bean- Specified by:
create
in interfaceBuilder<SniConfiguration>
- Returns:
-
read
Description copied from interface:Builder
Reads the configuration from an already created configuration bean into this builder. Returns an appropriate builder to allow fluent configuration- Specified by:
read
in interfaceBuilder<SniConfiguration>
- Parameters:
template
- the configuration from which to "clone" this config if needed.combine
- the way attributes and children of this instance and the template should be combined.
-