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
-
-