Interface HostNameSslBinding.DefinitionStages.WithSslType<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
HostNameSslBinding.Definition<ParentT>
- Enclosing interface:
- HostNameSslBinding.DefinitionStages
public static interface HostNameSslBinding.DefinitionStages.WithSslType<ParentT>The stage of a hostname SSL binding definition allowing SSL type to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HostNameSslBinding.DefinitionStages.WithAttach<ParentT>withIpBasedSsl()Uses IP based SSL.HostNameSslBinding.DefinitionStages.WithAttach<ParentT>withSniBasedSsl()Uses Server Name Indication (SNI) based SSL.
-
-
-
Method Detail
-
withSniBasedSsl
HostNameSslBinding.DefinitionStages.WithAttach<ParentT> withSniBasedSsl()
Uses Server Name Indication (SNI) based SSL.- Returns:
- the next stage of the definition
-
withIpBasedSsl
HostNameSslBinding.DefinitionStages.WithAttach<ParentT> withIpBasedSsl()
Uses IP based SSL. Only one hostname can be bound to IP based SSL.- Returns:
- the next stage of the definition
-
-