Class Http3ProtocolOptions.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Http3ProtocolOptions.Builder>
      • clear

        public Http3ProtocolOptions.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Http3ProtocolOptions.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Http3ProtocolOptions.Builder>
      • getDefaultInstanceForType

        public Http3ProtocolOptions getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Http3ProtocolOptions build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Http3ProtocolOptions buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Http3ProtocolOptions.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Http3ProtocolOptions.Builder>
      • setField

        public Http3ProtocolOptions.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                     Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Http3ProtocolOptions.Builder>
      • clearField

        public Http3ProtocolOptions.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Http3ProtocolOptions.Builder>
      • clearOneof

        public Http3ProtocolOptions.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Http3ProtocolOptions.Builder>
      • setRepeatedField

        public Http3ProtocolOptions.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                             int index,
                                                             Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Http3ProtocolOptions.Builder>
      • addRepeatedField

        public Http3ProtocolOptions.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                             Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Http3ProtocolOptions.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Http3ProtocolOptions.Builder>
      • mergeFrom

        public Http3ProtocolOptions.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Http3ProtocolOptions.Builder>
        Throws:
        IOException
      • hasQuicProtocolOptions

        public boolean hasQuicProtocolOptions()
        .envoy.config.core.v3.QuicProtocolOptions quic_protocol_options = 1;
        Specified by:
        hasQuicProtocolOptions in interface Http3ProtocolOptionsOrBuilder
        Returns:
        Whether the quicProtocolOptions field is set.
      • clearQuicProtocolOptions

        public Http3ProtocolOptions.Builder clearQuicProtocolOptions()
        .envoy.config.core.v3.QuicProtocolOptions quic_protocol_options = 1;
      • getQuicProtocolOptionsBuilder

        public QuicProtocolOptions.Builder getQuicProtocolOptionsBuilder()
        .envoy.config.core.v3.QuicProtocolOptions quic_protocol_options = 1;
      • hasOverrideStreamErrorOnInvalidHttpMessage

        public 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;
        Specified by:
        hasOverrideStreamErrorOnInvalidHttpMessage in interface Http3ProtocolOptionsOrBuilder
        Returns:
        Whether the overrideStreamErrorOnInvalidHttpMessage field is set.
      • getOverrideStreamErrorOnInvalidHttpMessage

        public 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;
        Specified by:
        getOverrideStreamErrorOnInvalidHttpMessage in interface Http3ProtocolOptionsOrBuilder
        Returns:
        The overrideStreamErrorOnInvalidHttpMessage.
      • setOverrideStreamErrorOnInvalidHttpMessage

        public Http3ProtocolOptions.Builder setOverrideStreamErrorOnInvalidHttpMessage​(com.google.protobuf.BoolValue value)
         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;
      • setOverrideStreamErrorOnInvalidHttpMessage

        public Http3ProtocolOptions.Builder setOverrideStreamErrorOnInvalidHttpMessage​(com.google.protobuf.BoolValue.Builder builderForValue)
         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;
      • mergeOverrideStreamErrorOnInvalidHttpMessage

        public Http3ProtocolOptions.Builder mergeOverrideStreamErrorOnInvalidHttpMessage​(com.google.protobuf.BoolValue value)
         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;
      • clearOverrideStreamErrorOnInvalidHttpMessage

        public Http3ProtocolOptions.Builder clearOverrideStreamErrorOnInvalidHttpMessage()
         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;
      • getOverrideStreamErrorOnInvalidHttpMessageBuilder

        public com.google.protobuf.BoolValue.Builder getOverrideStreamErrorOnInvalidHttpMessageBuilder()
         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;
      • getOverrideStreamErrorOnInvalidHttpMessageOrBuilder

        public 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;
        Specified by:
        getOverrideStreamErrorOnInvalidHttpMessageOrBuilder in interface Http3ProtocolOptionsOrBuilder
      • getAllowExtendedConnect

        public 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) = { ... }
        Specified by:
        getAllowExtendedConnect in interface Http3ProtocolOptionsOrBuilder
        Returns:
        The allowExtendedConnect.
      • setAllowExtendedConnect

        public Http3ProtocolOptions.Builder setAllowExtendedConnect​(boolean value)
         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) = { ... }
        Parameters:
        value - The allowExtendedConnect to set.
        Returns:
        This builder for chaining.
      • clearAllowExtendedConnect

        public Http3ProtocolOptions.Builder clearAllowExtendedConnect()
         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:
        This builder for chaining.
      • setUnknownFields

        public final Http3ProtocolOptions.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Http3ProtocolOptions.Builder>
      • mergeUnknownFields

        public final Http3ProtocolOptions.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Http3ProtocolOptions.Builder>