Interface Http3ProtocolOptionsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Http3ProtocolOptions, Http3ProtocolOptions.Builder

    public interface Http3ProtocolOptionsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasQuicProtocolOptions

        boolean hasQuicProtocolOptions()
        .envoy.config.core.v3.QuicProtocolOptions quic_protocol_options = 1;
        Returns:
        Whether the quicProtocolOptions field is set.
      • getQuicProtocolOptions

        QuicProtocolOptions getQuicProtocolOptions()
        .envoy.config.core.v3.QuicProtocolOptions quic_protocol_options = 1;
        Returns:
        The quicProtocolOptions.
      • getQuicProtocolOptionsOrBuilder

        QuicProtocolOptionsOrBuilder getQuicProtocolOptionsOrBuilder()
        .envoy.config.core.v3.QuicProtocolOptions quic_protocol_options = 1;
      • hasOverrideStreamErrorOnInvalidHttpMessage

        boolean hasOverrideStreamErrorOnInvalidHttpMessage()
         Allows invalid HTTP messaging and headers. When this option is disabled (default), then
         the whole HTTP/3 connection is terminated upon receiving invalid HEADERS frame. However,
         when this option is enabled, only the offending stream is terminated.
         If set, this overrides any HCM :ref:`stream_error_on_invalid_http_messaging
         <envoy_v3_api_field_extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.stream_error_on_invalid_http_message>`.
         
        .google.protobuf.BoolValue override_stream_error_on_invalid_http_message = 2;
        Returns:
        Whether the overrideStreamErrorOnInvalidHttpMessage field is set.
      • getOverrideStreamErrorOnInvalidHttpMessage

        com.google.protobuf.BoolValue getOverrideStreamErrorOnInvalidHttpMessage()
         Allows invalid HTTP messaging and headers. When this option is disabled (default), then
         the whole HTTP/3 connection is terminated upon receiving invalid HEADERS frame. However,
         when this option is enabled, only the offending stream is terminated.
         If set, this overrides any HCM :ref:`stream_error_on_invalid_http_messaging
         <envoy_v3_api_field_extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.stream_error_on_invalid_http_message>`.
         
        .google.protobuf.BoolValue override_stream_error_on_invalid_http_message = 2;
        Returns:
        The overrideStreamErrorOnInvalidHttpMessage.
      • getOverrideStreamErrorOnInvalidHttpMessageOrBuilder

        com.google.protobuf.BoolValueOrBuilder getOverrideStreamErrorOnInvalidHttpMessageOrBuilder()
         Allows invalid HTTP messaging and headers. When this option is disabled (default), then
         the whole HTTP/3 connection is terminated upon receiving invalid HEADERS frame. However,
         when this option is enabled, only the offending stream is terminated.
         If set, this overrides any HCM :ref:`stream_error_on_invalid_http_messaging
         <envoy_v3_api_field_extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.stream_error_on_invalid_http_message>`.
         
        .google.protobuf.BoolValue override_stream_error_on_invalid_http_message = 2;
      • getAllowExtendedConnect

        boolean getAllowExtendedConnect()
         Allows proxying Websocket and other upgrades over HTTP/3 CONNECT using
         the header mechanisms from the `HTTP/2 extended connect RFC
         <https://datatracker.ietf.org/doc/html/rfc8441>`_
         and settings `proposed for HTTP/3
         <https://datatracker.ietf.org/doc/draft-ietf-httpbis-h3-websockets/>`_
         Note that HTTP/3 CONNECT is not yet an RFC.
         
        bool allow_extended_connect = 5 [(.xds.annotations.v3.field_status) = { ... }
        Returns:
        The allowExtendedConnect.