Uses of Interface
io.envoyproxy.envoy.type.matcher.RegexMatcherOrBuilder
-
Packages that use RegexMatcherOrBuilder Package Description io.envoyproxy.envoy.api.v2.route io.envoyproxy.envoy.type.matcher -
-
Uses of RegexMatcherOrBuilder in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return RegexMatcherOrBuilder Modifier and Type Method Description RegexMatcherOrBuilderHeaderMatcher.Builder. getSafeRegexMatchOrBuilder()If specified, this regex string is a regular expression rule which implies the entire request header value must match the regex.RegexMatcherOrBuilderHeaderMatcher. getSafeRegexMatchOrBuilder()If specified, this regex string is a regular expression rule which implies the entire request header value must match the regex.RegexMatcherOrBuilderHeaderMatcherOrBuilder. getSafeRegexMatchOrBuilder()If specified, this regex string is a regular expression rule which implies the entire request header value must match the regex.RegexMatcherOrBuilderRouteMatch.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.RegexMatcherOrBuilderRouteMatch. 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.RegexMatcherOrBuilderRouteMatchOrBuilder. 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 RegexMatcherOrBuilder Modifier and Type Class Description classRegexMatcherA regex matcher designed for safety when used with untrusted input.static classRegexMatcher.BuilderA regex matcher designed for safety when used with untrusted input.Methods in io.envoyproxy.envoy.type.matcher that return RegexMatcherOrBuilder Modifier and Type Method Description RegexMatcherOrBuilderRegexMatchAndSubstitute.Builder. getPatternOrBuilder()The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.RegexMatcherOrBuilderRegexMatchAndSubstitute. getPatternOrBuilder()The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.RegexMatcherOrBuilderRegexMatchAndSubstituteOrBuilder. getPatternOrBuilder()The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.RegexMatcherOrBuilderStringMatcher.Builder. getSafeRegexOrBuilder()The input string must match the regular expression specified here.RegexMatcherOrBuilderStringMatcher. getSafeRegexOrBuilder()The input string must match the regular expression specified here.RegexMatcherOrBuilderStringMatcherOrBuilder. getSafeRegexOrBuilder()The input string must match the regular expression specified here.
-