Uses of Class
io.helidon.common.tls.TlsMaterial.BuilderBase
Packages that use TlsMaterial.BuilderBase
-
Uses of TlsMaterial.BuilderBase in io.helidon.common.tls
Classes in io.helidon.common.tls with type parameters of type TlsMaterial.BuilderBaseModifier and TypeClassDescriptionstatic classTlsMaterial.BuilderBase<BUILDER extends TlsMaterial.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends TlsMaterial>Fluent API builder base forTlsMaterial.Subclasses of TlsMaterial.BuilderBase in io.helidon.common.tlsModifier and TypeClassDescriptionstatic classFluent API builder forTls.static classTlsConfig.BuilderBase<BUILDER extends TlsConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends TlsConfig>Fluent API builder base forTlsConfig.static classFluent API builder forTlsMaterial.Methods in io.helidon.common.tls with parameters of type TlsMaterial.BuilderBaseModifier and TypeMethodDescriptionTlsMaterial.BuilderBase.from(TlsMaterial.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.common.tls with parameters of type TlsMaterial.BuilderBaseModifierConstructorDescriptionprotectedTlsMaterialImpl(TlsMaterial.BuilderBase<?, ?> builder) Create an instance providing a builder.