Interface HttpServerEngineSupport

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default boolean isHttp2Enabled​(Bus bus)
      Check if Http2 is enabled on the Bus or system property Default if not configured otherwise is true
      default boolean isHttp2Required​(Bus bus)
      Check if Http2 is enabled on the Bus or system property Default if not configured otherwise is false
    • Method Detail

      • isHttp2Enabled

        default boolean isHttp2Enabled​(Bus bus)
        Check if Http2 is enabled on the Bus or system property Default if not configured otherwise is true
        Parameters:
        bus -
        Returns:
      • isHttp2Required

        default boolean isHttp2Required​(Bus bus)
        Check if Http2 is enabled on the Bus or system property Default if not configured otherwise is false
        Parameters:
        bus -
        Returns: