Interface GatewayHostnameConfigurationContract.DefinitionStages.WithHttp2Enabled
- All Known Subinterfaces:
GatewayHostnameConfigurationContract.Definition,GatewayHostnameConfigurationContract.DefinitionStages.WithCreate
- Enclosing interface:
GatewayHostnameConfigurationContract.DefinitionStages
public static interface GatewayHostnameConfigurationContract.DefinitionStages.WithHttp2Enabled
The stage of the GatewayHostnameConfigurationContract definition allowing to specify http2Enabled.
-
Method Summary
Modifier and TypeMethodDescriptionwithHttp2Enabled(Boolean http2Enabled) Specifies the http2Enabled property: Specifies if HTTP/2.0 is supported.
-
Method Details
-
withHttp2Enabled
GatewayHostnameConfigurationContract.DefinitionStages.WithCreate withHttp2Enabled(Boolean http2Enabled) Specifies the http2Enabled property: Specifies if HTTP/2.0 is supported.- Parameters:
http2Enabled- Specifies if HTTP/2.0 is supported.- Returns:
- the next definition stage.
-