Uses of Class
io.envoyproxy.envoy.type.matcher.v3.RegexMatcher.Builder
Packages that use RegexMatcher.Builder
-
Uses of RegexMatcher.Builder in io.envoyproxy.envoy.config.route.v3
Methods in io.envoyproxy.envoy.config.route.v3 that return RegexMatcher.BuilderModifier and TypeMethodDescriptionRouteMatch.Builder.getSafeRegexBuilder()If specified, the route is a regular expression rule meaning that the regex must match the ``:path`` header once the query string is removed.HeaderMatcher.Builder.getSafeRegexMatchBuilder()Deprecated.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RegexMatcher.BuilderModifier and TypeMethodDescriptionRouteMatch.Builder.setSafeRegex(RegexMatcher.Builder builderForValue) If specified, the route is a regular expression rule meaning that the regex must match the ``:path`` header once the query string is removed.HeaderMatcher.Builder.setSafeRegexMatch(RegexMatcher.Builder builderForValue) Deprecated. -
Uses of RegexMatcher.Builder in io.envoyproxy.envoy.type.matcher.v3
Subclasses with type arguments of type RegexMatcher.Builder in io.envoyproxy.envoy.type.matcher.v3Modifier and TypeClassDescriptionstatic final classA regex matcher designed for safety when used with untrusted input.Methods in io.envoyproxy.envoy.type.matcher.v3 that return RegexMatcher.BuilderModifier and TypeMethodDescriptionRegexMatcher.Builder.clear()RegexMatcher.Builder.clearEngineType()RegexMatcher.Builder.clearGoogleRe2()Deprecated.RegexMatcher.Builder.clearRegex()The regex match string.RegexMatchAndSubstitute.Builder.getPatternBuilder()The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.StringMatcher.Builder.getSafeRegexBuilder()The input string must match the regular expression specified here.RegexMatcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RegexMatcher.Builder.mergeFrom(com.google.protobuf.Message other) RegexMatcher.Builder.mergeFrom(RegexMatcher other) RegexMatcher.Builder.mergeGoogleRe2(RegexMatcher.GoogleRE2 value) Deprecated.static RegexMatcher.BuilderRegexMatcher.newBuilder()static RegexMatcher.BuilderRegexMatcher.newBuilder(RegexMatcher prototype) RegexMatcher.newBuilderForType()protected RegexMatcher.BuilderRegexMatcher.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) RegexMatcher.Builder.setGoogleRe2(RegexMatcher.GoogleRE2 value) Deprecated.RegexMatcher.Builder.setGoogleRe2(RegexMatcher.GoogleRE2.Builder builderForValue) Deprecated.The regex match string.RegexMatcher.Builder.setRegexBytes(com.google.protobuf.ByteString value) The regex match string.RegexMatcher.toBuilder()Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type RegexMatcher.BuilderModifier and TypeMethodDescriptionRegexMatchAndSubstitute.Builder.setPattern(RegexMatcher.Builder builderForValue) The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.StringMatcher.Builder.setSafeRegex(RegexMatcher.Builder builderForValue) The input string must match the regular expression specified here.