Uses of Class
io.envoyproxy.envoy.config.route.v3.CookieMatcher
Packages that use CookieMatcher
-
Uses of CookieMatcher in io.envoyproxy.envoy.config.route.v3
Methods in io.envoyproxy.envoy.config.route.v3 that return CookieMatcherModifier and TypeMethodDescriptionCookieMatcher.Builder.build()CookieMatcher.Builder.buildPartial()RouteMatch.Builder.getCookies(int index) Specifies a set of cookies on which the route should match.RouteMatch.getCookies(int index) Specifies a set of cookies on which the route should match.RouteMatchOrBuilder.getCookies(int index) Specifies a set of cookies on which the route should match.static CookieMatcherCookieMatcher.getDefaultInstance()CookieMatcher.Builder.getDefaultInstanceForType()CookieMatcher.getDefaultInstanceForType()static CookieMatcherCookieMatcher.parseDelimitedFrom(InputStream input) static CookieMatcherCookieMatcher.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CookieMatcherCookieMatcher.parseFrom(byte[] data) static CookieMatcherCookieMatcher.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CookieMatcherCookieMatcher.parseFrom(com.google.protobuf.ByteString data) static CookieMatcherCookieMatcher.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CookieMatcherCookieMatcher.parseFrom(com.google.protobuf.CodedInputStream input) static CookieMatcherCookieMatcher.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CookieMatcherCookieMatcher.parseFrom(InputStream input) static CookieMatcherCookieMatcher.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CookieMatcherCookieMatcher.parseFrom(ByteBuffer data) static CookieMatcherCookieMatcher.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type CookieMatcherModifier and TypeMethodDescriptionRouteMatch.Builder.getCookiesList()Specifies a set of cookies on which the route should match.RouteMatch.getCookiesList()Specifies a set of cookies on which the route should match.RouteMatchOrBuilder.getCookiesList()Specifies a set of cookies on which the route should match.com.google.protobuf.Parser<CookieMatcher>CookieMatcher.getParserForType()static com.google.protobuf.Parser<CookieMatcher>CookieMatcher.parser()Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type CookieMatcherModifier and TypeMethodDescriptionRouteMatch.Builder.addCookies(int index, CookieMatcher value) Specifies a set of cookies on which the route should match.RouteMatch.Builder.addCookies(CookieMatcher value) Specifies a set of cookies on which the route should match.CookieMatcher.Builder.mergeFrom(CookieMatcher other) static CookieMatcher.BuilderCookieMatcher.newBuilder(CookieMatcher prototype) RouteMatch.Builder.setCookies(int index, CookieMatcher value) Specifies a set of cookies on which the route should match.Method parameters in io.envoyproxy.envoy.config.route.v3 with type arguments of type CookieMatcherModifier and TypeMethodDescriptionRouteMatch.Builder.addAllCookies(Iterable<? extends CookieMatcher> values) Specifies a set of cookies on which the route should match.