Interface HttpProtocolOptions.AutoHttpConfigOrBuilder

    • Method Detail

      • hasHttpProtocolOptions

        boolean hasHttpProtocolOptions()
        .envoy.config.core.v3.Http1ProtocolOptions http_protocol_options = 1;
        Returns:
        Whether the httpProtocolOptions field is set.
      • getHttpProtocolOptions

        Http1ProtocolOptions getHttpProtocolOptions()
        .envoy.config.core.v3.Http1ProtocolOptions http_protocol_options = 1;
        Returns:
        The httpProtocolOptions.
      • getHttpProtocolOptionsOrBuilder

        Http1ProtocolOptionsOrBuilder getHttpProtocolOptionsOrBuilder()
        .envoy.config.core.v3.Http1ProtocolOptions http_protocol_options = 1;
      • hasHttp2ProtocolOptions

        boolean hasHttp2ProtocolOptions()
        .envoy.config.core.v3.Http2ProtocolOptions http2_protocol_options = 2;
        Returns:
        Whether the http2ProtocolOptions field is set.
      • getHttp2ProtocolOptions

        Http2ProtocolOptions getHttp2ProtocolOptions()
        .envoy.config.core.v3.Http2ProtocolOptions http2_protocol_options = 2;
        Returns:
        The http2ProtocolOptions.
      • getHttp2ProtocolOptionsOrBuilder

        Http2ProtocolOptionsOrBuilder getHttp2ProtocolOptionsOrBuilder()
        .envoy.config.core.v3.Http2ProtocolOptions http2_protocol_options = 2;
      • hasHttp3ProtocolOptions

        boolean hasHttp3ProtocolOptions()
         Unlike HTTP/1 and HTTP/2, HTTP/3 will not be configured unless it is
         present, and (soon) only if there is an indication of server side
         support.
         See :ref:`here <arch_overview_http3_upstream>` for more information on
         when HTTP/3 will be used, and when Envoy will fail over to TCP.
         .. warning::
           QUIC upstream support is currently not ready for internet use.
           Please see :ref:`here <arch_overview_http3>` for details.
         
        .envoy.config.core.v3.Http3ProtocolOptions http3_protocol_options = 3;
        Returns:
        Whether the http3ProtocolOptions field is set.
      • getHttp3ProtocolOptions

        Http3ProtocolOptions getHttp3ProtocolOptions()
         Unlike HTTP/1 and HTTP/2, HTTP/3 will not be configured unless it is
         present, and (soon) only if there is an indication of server side
         support.
         See :ref:`here <arch_overview_http3_upstream>` for more information on
         when HTTP/3 will be used, and when Envoy will fail over to TCP.
         .. warning::
           QUIC upstream support is currently not ready for internet use.
           Please see :ref:`here <arch_overview_http3>` for details.
         
        .envoy.config.core.v3.Http3ProtocolOptions http3_protocol_options = 3;
        Returns:
        The http3ProtocolOptions.
      • getHttp3ProtocolOptionsOrBuilder

        Http3ProtocolOptionsOrBuilder getHttp3ProtocolOptionsOrBuilder()
         Unlike HTTP/1 and HTTP/2, HTTP/3 will not be configured unless it is
         present, and (soon) only if there is an indication of server side
         support.
         See :ref:`here <arch_overview_http3_upstream>` for more information on
         when HTTP/3 will be used, and when Envoy will fail over to TCP.
         .. warning::
           QUIC upstream support is currently not ready for internet use.
           Please see :ref:`here <arch_overview_http3>` for details.
         
        .envoy.config.core.v3.Http3ProtocolOptions http3_protocol_options = 3;
      • hasAlternateProtocolsCacheOptions

        boolean hasAlternateProtocolsCacheOptions()
         The presence of alternate protocols cache options causes the use of the
         alternate protocols cache, which is responsible for parsing and caching
         HTTP Alt-Svc headers. This enables the use of HTTP/3 for origins that
         advertise supporting it.
         .. note::
           This is required when HTTP/3 is enabled.
         
        .envoy.config.core.v3.AlternateProtocolsCacheOptions alternate_protocols_cache_options = 4;
        Returns:
        Whether the alternateProtocolsCacheOptions field is set.
      • getAlternateProtocolsCacheOptions

        AlternateProtocolsCacheOptions getAlternateProtocolsCacheOptions()
         The presence of alternate protocols cache options causes the use of the
         alternate protocols cache, which is responsible for parsing and caching
         HTTP Alt-Svc headers. This enables the use of HTTP/3 for origins that
         advertise supporting it.
         .. note::
           This is required when HTTP/3 is enabled.
         
        .envoy.config.core.v3.AlternateProtocolsCacheOptions alternate_protocols_cache_options = 4;
        Returns:
        The alternateProtocolsCacheOptions.
      • getAlternateProtocolsCacheOptionsOrBuilder

        AlternateProtocolsCacheOptionsOrBuilder getAlternateProtocolsCacheOptionsOrBuilder()
         The presence of alternate protocols cache options causes the use of the
         alternate protocols cache, which is responsible for parsing and caching
         HTTP Alt-Svc headers. This enables the use of HTTP/3 for origins that
         advertise supporting it.
         .. note::
           This is required when HTTP/3 is enabled.
         
        .envoy.config.core.v3.AlternateProtocolsCacheOptions alternate_protocols_cache_options = 4;