Uses of Class
io.envoyproxy.envoy.extensions.filters.network.set_filter_state.v3.Config.Builder
Packages that use Config.Builder
-
Uses of Config.Builder in io.envoyproxy.envoy.extensions.filters.network.set_filter_state.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.set_filter_state.v3 that return Config.BuilderModifier and TypeMethodDescriptionConfig.Builder.addAllOnDownstreamTlsHandshake(Iterable<? extends FilterStateValue> values) A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.Config.Builder.addAllOnNewConnection(Iterable<? extends FilterStateValue> values) A sequence of the filter state values to apply in the specified order when a new connection is received.Config.Builder.addOnDownstreamTlsHandshake(int index, FilterStateValue value) A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.Config.Builder.addOnDownstreamTlsHandshake(int index, FilterStateValue.Builder builderForValue) A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.Config.Builder.addOnDownstreamTlsHandshake(FilterStateValue value) A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.Config.Builder.addOnDownstreamTlsHandshake(FilterStateValue.Builder builderForValue) A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.Config.Builder.addOnNewConnection(int index, FilterStateValue value) A sequence of the filter state values to apply in the specified order when a new connection is received.Config.Builder.addOnNewConnection(int index, FilterStateValue.Builder builderForValue) A sequence of the filter state values to apply in the specified order when a new connection is received.Config.Builder.addOnNewConnection(FilterStateValue value) A sequence of the filter state values to apply in the specified order when a new connection is received.Config.Builder.addOnNewConnection(FilterStateValue.Builder builderForValue) A sequence of the filter state values to apply in the specified order when a new connection is received.Config.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Config.Builder.clear()Config.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Config.Builder.clearOnDownstreamTlsHandshake()A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.Config.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Config.Builder.clearOnNewConnection()A sequence of the filter state values to apply in the specified order when a new connection is received.Config.Builder.clone()Config.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Config.Builder.mergeFrom(com.google.protobuf.Message other) final Config.BuilderConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Config.BuilderConfig.newBuilder()static Config.BuilderConfig.newBuilder(Config prototype) Config.newBuilderForType()protected Config.BuilderConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Config.Builder.removeOnDownstreamTlsHandshake(int index) A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.Config.Builder.removeOnNewConnection(int index) A sequence of the filter state values to apply in the specified order when a new connection is received.Config.Builder.setOnDownstreamTlsHandshake(int index, FilterStateValue value) A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.Config.Builder.setOnDownstreamTlsHandshake(int index, FilterStateValue.Builder builderForValue) A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.Config.Builder.setOnNewConnection(int index, FilterStateValue value) A sequence of the filter state values to apply in the specified order when a new connection is received.Config.Builder.setOnNewConnection(int index, FilterStateValue.Builder builderForValue) A sequence of the filter state values to apply in the specified order when a new connection is received.Config.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Config.BuilderConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Config.toBuilder()