Uses of Interface
io.envoyproxy.envoy.type.matcher.RegexMatcherOrBuilder
Packages that use RegexMatcherOrBuilder
-
Uses of RegexMatcherOrBuilder in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return RegexMatcherOrBuilderModifier and TypeMethodDescriptionHeaderMatcher.Builder.getSafeRegexMatchOrBuilder()If specified, this regex string is a regular expression rule which implies the entire request header value must match the regex.HeaderMatcher.getSafeRegexMatchOrBuilder()If specified, this regex string is a regular expression rule which implies the entire request header value must match the regex.HeaderMatcherOrBuilder.getSafeRegexMatchOrBuilder()If specified, this regex string is a regular expression rule which implies the entire request header value must match the regex.RouteMatch.Builder.getSafeRegexOrBuilder()If specified, the route is a regular expression rule meaning that the regex must match the *:path* header once the query string is removed.RouteMatch.getSafeRegexOrBuilder()If specified, the route is a regular expression rule meaning that the regex must match the *:path* header once the query string is removed.RouteMatchOrBuilder.getSafeRegexOrBuilder()If specified, the route is a regular expression rule meaning that the regex must match the *:path* header once the query string is removed. -
Uses of RegexMatcherOrBuilder in io.envoyproxy.envoy.type.matcher
Classes in io.envoyproxy.envoy.type.matcher that implement RegexMatcherOrBuilderModifier and TypeClassDescriptionfinal classA regex matcher designed for safety when used with untrusted input.static final classA regex matcher designed for safety when used with untrusted input.Methods in io.envoyproxy.envoy.type.matcher that return RegexMatcherOrBuilderModifier and TypeMethodDescriptionRegexMatchAndSubstitute.Builder.getPatternOrBuilder()The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.RegexMatchAndSubstitute.getPatternOrBuilder()The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.RegexMatchAndSubstituteOrBuilder.getPatternOrBuilder()The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.StringMatcher.Builder.getSafeRegexOrBuilder()The input string must match the regular expression specified here.StringMatcher.getSafeRegexOrBuilder()The input string must match the regular expression specified here.StringMatcherOrBuilder.getSafeRegexOrBuilder()The input string must match the regular expression specified here.