Uses of Class
io.envoyproxy.envoy.config.filter.network.dubbo_proxy.v2alpha1.RouteMatch.Builder
Packages that use RouteMatch.Builder
-
Uses of RouteMatch.Builder in io.envoyproxy.envoy.config.filter.network.dubbo_proxy.v2alpha1
Methods in io.envoyproxy.envoy.config.filter.network.dubbo_proxy.v2alpha1 that return RouteMatch.BuilderModifier and TypeMethodDescriptionRouteMatch.Builder.addAllHeaders(Iterable<? extends HeaderMatcher> values) Specifies a set of headers that the route should match on.RouteMatch.Builder.addHeaders(int index, HeaderMatcher value) Specifies a set of headers that the route should match on.RouteMatch.Builder.addHeaders(int index, HeaderMatcher.Builder builderForValue) Specifies a set of headers that the route should match on.RouteMatch.Builder.addHeaders(HeaderMatcher value) Specifies a set of headers that the route should match on.RouteMatch.Builder.addHeaders(HeaderMatcher.Builder builderForValue) Specifies a set of headers that the route should match on.RouteMatch.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RouteMatch.Builder.clear()RouteMatch.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RouteMatch.Builder.clearHeaders()Specifies a set of headers that the route should match on.RouteMatch.Builder.clearMethod()Method level routing matching.RouteMatch.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) RouteMatch.Builder.clone()Route.Builder.getMatchBuilder()Route matching parameters.RouteMatch.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RouteMatch.Builder.mergeFrom(com.google.protobuf.Message other) RouteMatch.Builder.mergeFrom(RouteMatch other) RouteMatch.Builder.mergeMethod(MethodMatch value) Method level routing matching.final RouteMatch.BuilderRouteMatch.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static RouteMatch.BuilderRouteMatch.newBuilder()static RouteMatch.BuilderRouteMatch.newBuilder(RouteMatch prototype) RouteMatch.newBuilderForType()protected RouteMatch.BuilderRouteMatch.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) RouteMatch.Builder.removeHeaders(int index) Specifies a set of headers that the route should match on.RouteMatch.Builder.setHeaders(int index, HeaderMatcher value) Specifies a set of headers that the route should match on.RouteMatch.Builder.setHeaders(int index, HeaderMatcher.Builder builderForValue) Specifies a set of headers that the route should match on.RouteMatch.Builder.setMethod(MethodMatch value) Method level routing matching.RouteMatch.Builder.setMethod(MethodMatch.Builder builderForValue) Method level routing matching.RouteMatch.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final RouteMatch.BuilderRouteMatch.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RouteMatch.toBuilder()Methods in io.envoyproxy.envoy.config.filter.network.dubbo_proxy.v2alpha1 with parameters of type RouteMatch.BuilderModifier and TypeMethodDescriptionRoute.Builder.setMatch(RouteMatch.Builder builderForValue) Route matching parameters.