Uses of Class
io.envoyproxy.envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue
-
-
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 FilterStateValue Modifier and Type Method Description FilterStateValueFilterStateValue.Builder. build()FilterStateValueFilterStateValue.Builder. buildPartial()static FilterStateValueFilterStateValue. getDefaultInstance()FilterStateValueFilterStateValue.Builder. getDefaultInstanceForType()FilterStateValueFilterStateValue. 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 FilterStateValue Modifier and Type Method Description com.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 FilterStateValue Modifier and Type Method Description FilterStateValue.BuilderFilterStateValue.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 FilterStateValue Modifier and Type Method Description FilterStateValueConfig.Builder. getOnRequestHeaders(int index)A sequence of the filter state values to apply in the specified order when a new request is received.FilterStateValueConfig. getOnRequestHeaders(int index)A sequence of the filter state values to apply in the specified order when a new request is received.FilterStateValueConfigOrBuilder. 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 FilterStateValue Modifier and Type Method Description List<FilterStateValue>Config.Builder. getOnRequestHeadersList()A sequence of the filter state values to apply in the specified order when a new request is received.List<FilterStateValue>Config. getOnRequestHeadersList()A sequence of the filter state values to apply in the specified order when a new request is received.List<FilterStateValue>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 FilterStateValue Modifier and Type Method Description Config.BuilderConfig.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.BuilderConfig.Builder. addOnRequestHeaders(FilterStateValue value)A sequence of the filter state values to apply in the specified order when a new request is received.Config.BuilderConfig.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 FilterStateValue Modifier and Type Method Description Config.BuilderConfig.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 FilterStateValue Modifier and Type Method Description FilterStateValueConfig.Builder. getOnNewConnection(int index)A sequence of the filter state values to apply in the specified order when a new connection is received.FilterStateValueConfig. getOnNewConnection(int index)A sequence of the filter state values to apply in the specified order when a new connection is received.FilterStateValueConfigOrBuilder. 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 FilterStateValue Modifier and Type Method Description List<FilterStateValue>Config.Builder. getOnNewConnectionList()A sequence of the filter state values to apply in the specified order when a new connection is received.List<FilterStateValue>Config. getOnNewConnectionList()A sequence of the filter state values to apply in the specified order when a new connection is received.List<FilterStateValue>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 FilterStateValue Modifier and Type Method Description Config.BuilderConfig.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.BuilderConfig.Builder. addOnNewConnection(FilterStateValue value)A sequence of the filter state values to apply in the specified order when a new connection is received.Config.BuilderConfig.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 FilterStateValue Modifier and Type Method Description Config.BuilderConfig.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.
-