Package io.grpc.xds.internal
Class MatcherParser
java.lang.Object
io.grpc.xds.internal.MatcherParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Matchers.HeaderMatcher
parseHeaderMatcher
(HeaderMatcher proto) Translates envoy proto HeaderMatcher to internal HeaderMatcher.static Matchers.StringMatcher
parseStringMatcher
(StringMatcher proto) Translate StringMatcher envoy proto to internal StringMatcher.
-
Constructor Details
-
MatcherParser
public MatcherParser()
-
-
Method Details
-
parseHeaderMatcher
Translates envoy proto HeaderMatcher to internal HeaderMatcher. -
parseStringMatcher
Translate StringMatcher envoy proto to internal StringMatcher.
-