Uses of Class
io.envoyproxy.envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue
Packages that use FilterStateValue
Package
Description
-
Uses of FilterStateValue in io.envoyproxy.envoy.extensions.filters.common.set_filter_state.v3
Methods in io.envoyproxy.envoy.extensions.filters.common.set_filter_state.v3 that return FilterStateValueModifier and TypeMethodDescriptionFilterStateValue.Builder.build()FilterStateValue.Builder.buildPartial()static FilterStateValueFilterStateValue.getDefaultInstance()FilterStateValue.Builder.getDefaultInstanceForType()FilterStateValue.getDefaultInstanceForType()static FilterStateValueFilterStateValue.parseDelimitedFrom(InputStream input) static FilterStateValueFilterStateValue.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FilterStateValueFilterStateValue.parseFrom(byte[] data) static FilterStateValueFilterStateValue.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FilterStateValueFilterStateValue.parseFrom(com.google.protobuf.ByteString data) static FilterStateValueFilterStateValue.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FilterStateValueFilterStateValue.parseFrom(com.google.protobuf.CodedInputStream input) static FilterStateValueFilterStateValue.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FilterStateValueFilterStateValue.parseFrom(InputStream input) static FilterStateValueFilterStateValue.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FilterStateValueFilterStateValue.parseFrom(ByteBuffer data) static FilterStateValueFilterStateValue.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.filters.common.set_filter_state.v3 that return types with arguments of type FilterStateValueModifier and TypeMethodDescriptioncom.google.protobuf.Parser<FilterStateValue>FilterStateValue.getParserForType()static com.google.protobuf.Parser<FilterStateValue>FilterStateValue.parser()Methods in io.envoyproxy.envoy.extensions.filters.common.set_filter_state.v3 with parameters of type FilterStateValueModifier and TypeMethodDescriptionFilterStateValue.Builder.mergeFrom(FilterStateValue other) static FilterStateValue.BuilderFilterStateValue.newBuilder(FilterStateValue prototype) -
Uses of FilterStateValue in io.envoyproxy.envoy.extensions.filters.http.set_filter_state.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.set_filter_state.v3 that return FilterStateValueModifier and TypeMethodDescriptionConfig.Builder.getOnRequestHeaders(int index) A sequence of the filter state values to apply in the specified order when a new request is received.Config.getOnRequestHeaders(int index) A sequence of the filter state values to apply in the specified order when a new request is received.ConfigOrBuilder.getOnRequestHeaders(int index) A sequence of the filter state values to apply in the specified order when a new request is received.Methods in io.envoyproxy.envoy.extensions.filters.http.set_filter_state.v3 that return types with arguments of type FilterStateValueModifier and TypeMethodDescriptionConfig.Builder.getOnRequestHeadersList()A sequence of the filter state values to apply in the specified order when a new request is received.Config.getOnRequestHeadersList()A sequence of the filter state values to apply in the specified order when a new request is received.ConfigOrBuilder.getOnRequestHeadersList()A sequence of the filter state values to apply in the specified order when a new request is received.Methods in io.envoyproxy.envoy.extensions.filters.http.set_filter_state.v3 with parameters of type FilterStateValueModifier and TypeMethodDescriptionConfig.Builder.addOnRequestHeaders(int index, FilterStateValue value) A sequence of the filter state values to apply in the specified order when a new request is received.Config.Builder.addOnRequestHeaders(FilterStateValue value) A sequence of the filter state values to apply in the specified order when a new request is received.Config.Builder.setOnRequestHeaders(int index, FilterStateValue value) A sequence of the filter state values to apply in the specified order when a new request is received.Method parameters in io.envoyproxy.envoy.extensions.filters.http.set_filter_state.v3 with type arguments of type FilterStateValueModifier and TypeMethodDescriptionConfig.Builder.addAllOnRequestHeaders(Iterable<? extends FilterStateValue> values) A sequence of the filter state values to apply in the specified order when a new request is received. -
Uses of FilterStateValue 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 FilterStateValueModifier and TypeMethodDescriptionConfig.Builder.getOnDownstreamTlsHandshake(int index) A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.Config.getOnDownstreamTlsHandshake(int index) A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.ConfigOrBuilder.getOnDownstreamTlsHandshake(int index) A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.Config.Builder.getOnNewConnection(int index) A sequence of the filter state values to apply in the specified order when a new connection is received.Config.getOnNewConnection(int index) A sequence of the filter state values to apply in the specified order when a new connection is received.ConfigOrBuilder.getOnNewConnection(int index) A sequence of the filter state values to apply in the specified order when a new connection is received.Methods in io.envoyproxy.envoy.extensions.filters.network.set_filter_state.v3 that return types with arguments of type FilterStateValueModifier and TypeMethodDescriptionConfig.Builder.getOnDownstreamTlsHandshakeList()A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.Config.getOnDownstreamTlsHandshakeList()A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.ConfigOrBuilder.getOnDownstreamTlsHandshakeList()A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.Config.Builder.getOnNewConnectionList()A sequence of the filter state values to apply in the specified order when a new connection is received.Config.getOnNewConnectionList()A sequence of the filter state values to apply in the specified order when a new connection is received.ConfigOrBuilder.getOnNewConnectionList()A sequence of the filter state values to apply in the specified order when a new connection is received.Methods in io.envoyproxy.envoy.extensions.filters.network.set_filter_state.v3 with parameters of type FilterStateValueModifier and TypeMethodDescriptionConfig.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(FilterStateValue value) 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(FilterStateValue value) 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.setOnNewConnection(int index, FilterStateValue value) A sequence of the filter state values to apply in the specified order when a new connection is received.Method parameters in io.envoyproxy.envoy.extensions.filters.network.set_filter_state.v3 with type arguments of type FilterStateValueModifier 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.