Uses of Interface
io.envoyproxy.envoy.config.route.v3.CookieMatcherOrBuilder
Packages that use CookieMatcherOrBuilder
-
Uses of CookieMatcherOrBuilder in io.envoyproxy.envoy.config.route.v3
Classes in io.envoyproxy.envoy.config.route.v3 that implement CookieMatcherOrBuilderModifier and TypeClassDescriptionfinal classCookie matching inspects individual name/value pairs parsed from the ``Cookie`` header.static final classCookie matching inspects individual name/value pairs parsed from the ``Cookie`` header.Methods in io.envoyproxy.envoy.config.route.v3 that return CookieMatcherOrBuilderModifier and TypeMethodDescriptionRouteMatch.Builder.getCookiesOrBuilder(int index) Specifies a set of cookies on which the route should match.RouteMatch.getCookiesOrBuilder(int index) Specifies a set of cookies on which the route should match.RouteMatchOrBuilder.getCookiesOrBuilder(int index) Specifies a set of cookies on which the route should match.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type CookieMatcherOrBuilderModifier and TypeMethodDescriptionList<? extends CookieMatcherOrBuilder>RouteMatch.Builder.getCookiesOrBuilderList()Specifies a set of cookies on which the route should match.List<? extends CookieMatcherOrBuilder>RouteMatch.getCookiesOrBuilderList()Specifies a set of cookies on which the route should match.List<? extends CookieMatcherOrBuilder>RouteMatchOrBuilder.getCookiesOrBuilderList()Specifies a set of cookies on which the route should match.