Uses of Class
io.envoyproxy.envoy.config.filter.network.dubbo_proxy.v2alpha1.DubboProxy.Builder
Packages that use DubboProxy.Builder
-
Uses of DubboProxy.Builder in io.envoyproxy.envoy.config.filter.network.dubbo_proxy.v2alpha1
Methods in io.envoyproxy.envoy.config.filter.network.dubbo_proxy.v2alpha1 that return DubboProxy.BuilderModifier and TypeMethodDescriptionDubboProxy.Builder.addAllDubboFilters(Iterable<? extends DubboFilter> values) A list of individual Dubbo filters that make up the filter chain for requests made to the Dubbo proxy.DubboProxy.Builder.addAllRouteConfig(Iterable<? extends RouteConfiguration> values) The route table for the connection manager is static and is specified in this property.DubboProxy.Builder.addDubboFilters(int index, DubboFilter value) A list of individual Dubbo filters that make up the filter chain for requests made to the Dubbo proxy.DubboProxy.Builder.addDubboFilters(int index, DubboFilter.Builder builderForValue) A list of individual Dubbo filters that make up the filter chain for requests made to the Dubbo proxy.DubboProxy.Builder.addDubboFilters(DubboFilter value) A list of individual Dubbo filters that make up the filter chain for requests made to the Dubbo proxy.DubboProxy.Builder.addDubboFilters(DubboFilter.Builder builderForValue) A list of individual Dubbo filters that make up the filter chain for requests made to the Dubbo proxy.DubboProxy.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DubboProxy.Builder.addRouteConfig(int index, RouteConfiguration value) The route table for the connection manager is static and is specified in this property.DubboProxy.Builder.addRouteConfig(int index, RouteConfiguration.Builder builderForValue) The route table for the connection manager is static and is specified in this property.DubboProxy.Builder.addRouteConfig(RouteConfiguration value) The route table for the connection manager is static and is specified in this property.DubboProxy.Builder.addRouteConfig(RouteConfiguration.Builder builderForValue) The route table for the connection manager is static and is specified in this property.DubboProxy.Builder.clear()DubboProxy.Builder.clearDubboFilters()A list of individual Dubbo filters that make up the filter chain for requests made to the Dubbo proxy.DubboProxy.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) DubboProxy.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) DubboProxy.Builder.clearProtocolType()Configure the protocol used.DubboProxy.Builder.clearRouteConfig()The route table for the connection manager is static and is specified in this property.DubboProxy.Builder.clearSerializationType()Configure the serialization protocol used.DubboProxy.Builder.clearStatPrefix()The human readable prefix to use when emitting statistics.DubboProxy.Builder.clone()DubboProxy.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DubboProxy.Builder.mergeFrom(com.google.protobuf.Message other) DubboProxy.Builder.mergeFrom(DubboProxy other) final DubboProxy.BuilderDubboProxy.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static DubboProxy.BuilderDubboProxy.newBuilder()static DubboProxy.BuilderDubboProxy.newBuilder(DubboProxy prototype) DubboProxy.newBuilderForType()protected DubboProxy.BuilderDubboProxy.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) DubboProxy.Builder.removeDubboFilters(int index) A list of individual Dubbo filters that make up the filter chain for requests made to the Dubbo proxy.DubboProxy.Builder.removeRouteConfig(int index) The route table for the connection manager is static and is specified in this property.DubboProxy.Builder.setDubboFilters(int index, DubboFilter value) A list of individual Dubbo filters that make up the filter chain for requests made to the Dubbo proxy.DubboProxy.Builder.setDubboFilters(int index, DubboFilter.Builder builderForValue) A list of individual Dubbo filters that make up the filter chain for requests made to the Dubbo proxy.DubboProxy.Builder.setProtocolType(ProtocolType value) Configure the protocol used.DubboProxy.Builder.setProtocolTypeValue(int value) Configure the protocol used.DubboProxy.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) DubboProxy.Builder.setRouteConfig(int index, RouteConfiguration value) The route table for the connection manager is static and is specified in this property.DubboProxy.Builder.setRouteConfig(int index, RouteConfiguration.Builder builderForValue) The route table for the connection manager is static and is specified in this property.DubboProxy.Builder.setSerializationType(SerializationType value) Configure the serialization protocol used.DubboProxy.Builder.setSerializationTypeValue(int value) Configure the serialization protocol used.DubboProxy.Builder.setStatPrefix(String value) The human readable prefix to use when emitting statistics.DubboProxy.Builder.setStatPrefixBytes(com.google.protobuf.ByteString value) The human readable prefix to use when emitting statistics.final DubboProxy.BuilderDubboProxy.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DubboProxy.toBuilder()