Interface HttpServerEngineSupport


public interface HttpServerEngineSupport
Support class for HTTP server engines: holds common properties and commonly used methods, shared across all HTTP server engine implementations (Tomcat, Jetty, Undertow, Netty, ...).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    isHttp2Enabled(org.apache.cxf.Bus bus)
    Check if Http2 is enabled on the Bus or system property Default if not configured otherwise is true
    default boolean
    isHttp2Required(org.apache.cxf.Bus bus)
    Check if Http2 is enabled on the Bus or system property Default if not configured otherwise is false
  • Field Details

  • Method Details

    • isHttp2Enabled

      default boolean isHttp2Enabled(org.apache.cxf.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(org.apache.cxf.Bus bus)
      Check if Http2 is enabled on the Bus or system property Default if not configured otherwise is false
      Parameters:
      bus -
      Returns: