Uses of Class
io.envoyproxy.envoy.type.matcher.v3.RegexMatcher
-
Packages that use RegexMatcher Package Description io.envoyproxy.envoy.config.route.v3 io.envoyproxy.envoy.type.matcher.v3 io.grpc.xds.internal.security.trust -
-
Uses of RegexMatcher in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RegexMatcher Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<RegexMatcher,RegexMatcher.Builder,RegexMatcherOrBuilder>
RouteMatch.Builder. safeRegexBuilder_
private com.google.protobuf.SingleFieldBuilder<RegexMatcher,RegexMatcher.Builder,RegexMatcherOrBuilder>
HeaderMatcher.Builder. safeRegexMatchBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return RegexMatcher Modifier and Type Method Description RegexMatcher
RouteMatch.Builder. getSafeRegex()
If specified, the route is a regular expression rule meaning that the regex must match the ``:path`` header once the query string is removed.RegexMatcher
RouteMatch. getSafeRegex()
If specified, the route is a regular expression rule meaning that the regex must match the ``:path`` header once the query string is removed.RegexMatcher
RouteMatchOrBuilder. getSafeRegex()
If specified, the route is a regular expression rule meaning that the regex must match the ``:path`` header once the query string is removed.RegexMatcher
HeaderMatcher.Builder. getSafeRegexMatch()
Deprecated.envoy.config.route.v3.HeaderMatcher.safe_regex_match is deprecated.RegexMatcher
HeaderMatcher. getSafeRegexMatch()
Deprecated.envoy.config.route.v3.HeaderMatcher.safe_regex_match is deprecated.RegexMatcher
HeaderMatcherOrBuilder. getSafeRegexMatch()
Deprecated.envoy.config.route.v3.HeaderMatcher.safe_regex_match is deprecated.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RegexMatcher Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<RegexMatcher,RegexMatcher.Builder,RegexMatcherOrBuilder>
RouteMatch.Builder. getSafeRegexFieldBuilder()
If specified, the route is a regular expression rule meaning that the regex must match the ``:path`` header once the query string is removed.private com.google.protobuf.SingleFieldBuilder<RegexMatcher,RegexMatcher.Builder,RegexMatcherOrBuilder>
HeaderMatcher.Builder. getSafeRegexMatchFieldBuilder()
If specified, this regex string is a regular expression rule which implies the entire request header value must match the regex.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RegexMatcher Modifier and Type Method Description RouteMatch.Builder
RouteMatch.Builder. mergeSafeRegex(RegexMatcher value)
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
HeaderMatcher.Builder. mergeSafeRegexMatch(RegexMatcher value)
Deprecated.RouteMatch.Builder
RouteMatch.Builder. setSafeRegex(RegexMatcher value)
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
HeaderMatcher.Builder. setSafeRegexMatch(RegexMatcher value)
Deprecated. -
Uses of RegexMatcher in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 declared as RegexMatcher Modifier and Type Field Description private static RegexMatcher
RegexMatcher. DEFAULT_INSTANCE
private RegexMatcher
RegexMatchAndSubstitute.Builder. pattern_
private RegexMatcher
RegexMatchAndSubstitute. pattern_
Fields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type RegexMatcher Modifier and Type Field Description private static com.google.protobuf.Parser<RegexMatcher>
RegexMatcher. PARSER
private com.google.protobuf.SingleFieldBuilder<RegexMatcher,RegexMatcher.Builder,RegexMatcherOrBuilder>
RegexMatchAndSubstitute.Builder. patternBuilder_
private com.google.protobuf.SingleFieldBuilder<RegexMatcher,RegexMatcher.Builder,RegexMatcherOrBuilder>
StringMatcher.Builder. safeRegexBuilder_
Methods in io.envoyproxy.envoy.type.matcher.v3 that return RegexMatcher Modifier and Type Method Description RegexMatcher
RegexMatcher.Builder. build()
RegexMatcher
RegexMatcher.Builder. buildPartial()
static RegexMatcher
RegexMatcher. getDefaultInstance()
RegexMatcher
RegexMatcher.Builder. getDefaultInstanceForType()
RegexMatcher
RegexMatcher. getDefaultInstanceForType()
RegexMatcher
RegexMatchAndSubstitute.Builder. getPattern()
The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.RegexMatcher
RegexMatchAndSubstitute. getPattern()
The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.RegexMatcher
RegexMatchAndSubstituteOrBuilder. getPattern()
The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.RegexMatcher
StringMatcher.Builder. getSafeRegex()
The input string must match the regular expression specified here.RegexMatcher
StringMatcher. getSafeRegex()
The input string must match the regular expression specified here.RegexMatcher
StringMatcherOrBuilder. getSafeRegex()
The input string must match the regular expression specified here.static RegexMatcher
RegexMatcher. parseDelimitedFrom(java.io.InputStream input)
static RegexMatcher
RegexMatcher. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegexMatcher
RegexMatcher. parseFrom(byte[] data)
static RegexMatcher
RegexMatcher. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegexMatcher
RegexMatcher. parseFrom(com.google.protobuf.ByteString data)
static RegexMatcher
RegexMatcher. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegexMatcher
RegexMatcher. parseFrom(com.google.protobuf.CodedInputStream input)
static RegexMatcher
RegexMatcher. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegexMatcher
RegexMatcher. parseFrom(java.io.InputStream input)
static RegexMatcher
RegexMatcher. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegexMatcher
RegexMatcher. parseFrom(java.nio.ByteBuffer data)
static RegexMatcher
RegexMatcher. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type RegexMatcher Modifier and Type Method Description com.google.protobuf.Parser<RegexMatcher>
RegexMatcher. getParserForType()
private com.google.protobuf.SingleFieldBuilder<RegexMatcher,RegexMatcher.Builder,RegexMatcherOrBuilder>
RegexMatchAndSubstitute.Builder. getPatternFieldBuilder()
The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.private com.google.protobuf.SingleFieldBuilder<RegexMatcher,RegexMatcher.Builder,RegexMatcherOrBuilder>
StringMatcher.Builder. getSafeRegexFieldBuilder()
The input string must match the regular expression specified here.static com.google.protobuf.Parser<RegexMatcher>
RegexMatcher. parser()
Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type RegexMatcher Modifier and Type Method Description private void
RegexMatcher.Builder. buildPartial0(RegexMatcher result)
private void
RegexMatcher.Builder. buildPartialOneofs(RegexMatcher result)
RegexMatcher.Builder
RegexMatcher.Builder. mergeFrom(RegexMatcher other)
RegexMatchAndSubstitute.Builder
RegexMatchAndSubstitute.Builder. mergePattern(RegexMatcher value)
The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.StringMatcher.Builder
StringMatcher.Builder. mergeSafeRegex(RegexMatcher value)
The input string must match the regular expression specified here.static RegexMatcher.Builder
RegexMatcher. newBuilder(RegexMatcher prototype)
RegexMatchAndSubstitute.Builder
RegexMatchAndSubstitute.Builder. setPattern(RegexMatcher value)
The regular expression used to find portions of a string (hereafter called the "subject string") that should be replaced.StringMatcher.Builder
StringMatcher.Builder. setSafeRegex(RegexMatcher value)
The input string must match the regular expression specified here. -
Uses of RegexMatcher in io.grpc.xds.internal.security.trust
Methods in io.grpc.xds.internal.security.trust with parameters of type RegexMatcher Modifier and Type Method Description private static boolean
XdsX509TrustManager. verifyDnsNameSafeRegex(java.lang.String altNameFromCert, RegexMatcher sanToVerifySafeRegex)
-