Uses of Class
io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3.RouteConfiguration.Builder
Packages that use RouteConfiguration.Builder
-
Uses of RouteConfiguration.Builder in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3 that return RouteConfiguration.BuilderModifier and TypeMethodDescriptionRouteConfiguration.Builder.addAllRoutes(Iterable<? extends Route> values) The list of routes that will be matched, in order, against incoming requests.RouteConfiguration.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) The list of routes that will be matched, in order, against incoming requests.RouteConfiguration.Builder.addRoutes(int index, Route.Builder builderForValue) The list of routes that will be matched, in order, against incoming requests.The list of routes that will be matched, in order, against incoming requests.RouteConfiguration.Builder.addRoutes(Route.Builder builderForValue) The list of routes that will be matched, in order, against incoming requests.RouteConfiguration.Builder.clear()RouteConfiguration.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RouteConfiguration.Builder.clearName()The name of the route configuration.RouteConfiguration.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) RouteConfiguration.Builder.clearRoutes()The list of routes that will be matched, in order, against incoming requests.RouteConfiguration.Builder.clearValidateClusters()An optional boolean that specifies whether the clusters that the route table refers to will be validated by the cluster manager.RouteConfiguration.Builder.clone()ThriftProxy.Builder.getRouteConfigBuilder()The route table for the connection manager is static and is specified in this property.RouteConfiguration.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RouteConfiguration.Builder.mergeFrom(com.google.protobuf.Message other) RouteConfiguration.Builder.mergeFrom(RouteConfiguration other) RouteConfiguration.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RouteConfiguration.Builder.mergeValidateClusters(com.google.protobuf.BoolValue value) An optional boolean that specifies whether the clusters that the route table refers to will be validated by the cluster manager.static RouteConfiguration.BuilderRouteConfiguration.newBuilder()static RouteConfiguration.BuilderRouteConfiguration.newBuilder(RouteConfiguration prototype) RouteConfiguration.newBuilderForType()protected RouteConfiguration.BuilderRouteConfiguration.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) RouteConfiguration.Builder.removeRoutes(int index) The list of routes that will be matched, in order, against incoming requests.RouteConfiguration.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) The name of the route configuration.RouteConfiguration.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the route configuration.RouteConfiguration.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) The list of routes that will be matched, in order, against incoming requests.RouteConfiguration.Builder.setRoutes(int index, Route.Builder builderForValue) The list of routes that will be matched, in order, against incoming requests.RouteConfiguration.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RouteConfiguration.Builder.setValidateClusters(com.google.protobuf.BoolValue value) An optional boolean that specifies whether the clusters that the route table refers to will be validated by the cluster manager.RouteConfiguration.Builder.setValidateClusters(com.google.protobuf.BoolValue.Builder builderForValue) An optional boolean that specifies whether the clusters that the route table refers to will be validated by the cluster manager.RouteConfiguration.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3 with parameters of type RouteConfiguration.BuilderModifier and TypeMethodDescriptionThriftProxy.Builder.setRouteConfig(RouteConfiguration.Builder builderForValue) The route table for the connection manager is static and is specified in this property.