Uses of Class
io.envoyproxy.envoy.type.matcher.RegexMatchAndSubstitute
Packages that use RegexMatchAndSubstitute
-
Uses of RegexMatchAndSubstitute in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return RegexMatchAndSubstituteModifier and TypeMethodDescriptionRouteAction.Builder.getRegexRewrite()Indicates that during forwarding, portions of the path that match the pattern should be rewritten, even allowing the substitution of capture groups from the pattern into the new path as specified by the rewrite substitution string.RouteAction.getRegexRewrite()Indicates that during forwarding, portions of the path that match the pattern should be rewritten, even allowing the substitution of capture groups from the pattern into the new path as specified by the rewrite substitution string.RouteActionOrBuilder.getRegexRewrite()Indicates that during forwarding, portions of the path that match the pattern should be rewritten, even allowing the substitution of capture groups from the pattern into the new path as specified by the rewrite substitution string.Methods in io.envoyproxy.envoy.api.v2.route with parameters of type RegexMatchAndSubstituteModifier and TypeMethodDescriptionRouteAction.Builder.mergeRegexRewrite(RegexMatchAndSubstitute value) Indicates that during forwarding, portions of the path that match the pattern should be rewritten, even allowing the substitution of capture groups from the pattern into the new path as specified by the rewrite substitution string.RouteAction.Builder.setRegexRewrite(RegexMatchAndSubstitute value) Indicates that during forwarding, portions of the path that match the pattern should be rewritten, even allowing the substitution of capture groups from the pattern into the new path as specified by the rewrite substitution string. -
Uses of RegexMatchAndSubstitute in io.envoyproxy.envoy.type.matcher
Methods in io.envoyproxy.envoy.type.matcher that return RegexMatchAndSubstituteModifier and TypeMethodDescriptionRegexMatchAndSubstitute.Builder.build()RegexMatchAndSubstitute.Builder.buildPartial()static RegexMatchAndSubstituteRegexMatchAndSubstitute.getDefaultInstance()RegexMatchAndSubstitute.Builder.getDefaultInstanceForType()RegexMatchAndSubstitute.getDefaultInstanceForType()static RegexMatchAndSubstituteRegexMatchAndSubstitute.parseDelimitedFrom(InputStream input) static RegexMatchAndSubstituteRegexMatchAndSubstitute.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RegexMatchAndSubstituteRegexMatchAndSubstitute.parseFrom(byte[] data) static RegexMatchAndSubstituteRegexMatchAndSubstitute.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RegexMatchAndSubstituteRegexMatchAndSubstitute.parseFrom(com.google.protobuf.ByteString data) static RegexMatchAndSubstituteRegexMatchAndSubstitute.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RegexMatchAndSubstituteRegexMatchAndSubstitute.parseFrom(com.google.protobuf.CodedInputStream input) static RegexMatchAndSubstituteRegexMatchAndSubstitute.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RegexMatchAndSubstituteRegexMatchAndSubstitute.parseFrom(InputStream input) static RegexMatchAndSubstituteRegexMatchAndSubstitute.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RegexMatchAndSubstituteRegexMatchAndSubstitute.parseFrom(ByteBuffer data) static RegexMatchAndSubstituteRegexMatchAndSubstitute.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.type.matcher that return types with arguments of type RegexMatchAndSubstituteModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RegexMatchAndSubstitute>RegexMatchAndSubstitute.getParserForType()static com.google.protobuf.Parser<RegexMatchAndSubstitute>RegexMatchAndSubstitute.parser()Methods in io.envoyproxy.envoy.type.matcher with parameters of type RegexMatchAndSubstituteModifier and TypeMethodDescriptionRegexMatchAndSubstitute.Builder.mergeFrom(RegexMatchAndSubstitute other) RegexMatchAndSubstitute.newBuilder(RegexMatchAndSubstitute prototype)