Package io.grpc.xds.internal
Class MatcherParser
- java.lang.Object
-
- io.grpc.xds.internal.MatcherParser
-
public final class MatcherParser extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MatcherParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Matchers.HeaderMatcherparseHeaderMatcher(HeaderMatcher proto)Translates envoy proto HeaderMatcher to internal HeaderMatcher.static Matchers.StringMatcherparseStringMatcher(StringMatcher proto)Translate StringMatcher envoy proto to internal StringMatcher.
-
-
-
Method Detail
-
parseHeaderMatcher
public static Matchers.HeaderMatcher parseHeaderMatcher(HeaderMatcher proto)
Translates envoy proto HeaderMatcher to internal HeaderMatcher.
-
parseStringMatcher
public static Matchers.StringMatcher parseStringMatcher(StringMatcher proto)
Translate StringMatcher envoy proto to internal StringMatcher.
-
-