Interface GatewayHostnameConfigurationContract.UpdateStages.WithHttp2Enabled

All Known Subinterfaces:
GatewayHostnameConfigurationContract.Update
Enclosing interface:
GatewayHostnameConfigurationContract.UpdateStages

public static interface GatewayHostnameConfigurationContract.UpdateStages.WithHttp2Enabled
The stage of the GatewayHostnameConfigurationContract update allowing to specify http2Enabled.
  • Method Details

    • withHttp2Enabled

      GatewayHostnameConfigurationContract.Update 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.