Uses of Class
io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1.ThriftProxy.Builder
Packages that use ThriftProxy.Builder
-
Uses of ThriftProxy.Builder in io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1
Methods in io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1 that return ThriftProxy.BuilderModifier and TypeMethodDescriptionThriftProxy.Builder.addAllThriftFilters(Iterable<? extends ThriftFilter> values) A list of individual Thrift filters that make up the filter chain for requests made to the Thrift proxy.ThriftProxy.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ThriftProxy.Builder.addThriftFilters(int index, ThriftFilter value) A list of individual Thrift filters that make up the filter chain for requests made to the Thrift proxy.ThriftProxy.Builder.addThriftFilters(int index, ThriftFilter.Builder builderForValue) A list of individual Thrift filters that make up the filter chain for requests made to the Thrift proxy.ThriftProxy.Builder.addThriftFilters(ThriftFilter value) A list of individual Thrift filters that make up the filter chain for requests made to the Thrift proxy.ThriftProxy.Builder.addThriftFilters(ThriftFilter.Builder builderForValue) A list of individual Thrift filters that make up the filter chain for requests made to the Thrift proxy.ThriftProxy.Builder.clear()ThriftProxy.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ThriftProxy.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ThriftProxy.Builder.clearProtocol()Supplies the type of protocol that the Thrift proxy should use.ThriftProxy.Builder.clearRouteConfig()The route table for the connection manager is static and is specified in this property.ThriftProxy.Builder.clearStatPrefix()The human readable prefix to use when emitting statistics.ThriftProxy.Builder.clearThriftFilters()A list of individual Thrift filters that make up the filter chain for requests made to the Thrift proxy.ThriftProxy.Builder.clearTransport()Supplies the type of transport that the Thrift proxy should use.ThriftProxy.Builder.clone()ThriftProxy.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ThriftProxy.Builder.mergeFrom(com.google.protobuf.Message other) ThriftProxy.Builder.mergeFrom(ThriftProxy other) ThriftProxy.Builder.mergeRouteConfig(RouteConfiguration value) The route table for the connection manager is static and is specified in this property.final ThriftProxy.BuilderThriftProxy.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ThriftProxy.BuilderThriftProxy.newBuilder()static ThriftProxy.BuilderThriftProxy.newBuilder(ThriftProxy prototype) ThriftProxy.newBuilderForType()protected ThriftProxy.BuilderThriftProxy.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ThriftProxy.Builder.removeThriftFilters(int index) A list of individual Thrift filters that make up the filter chain for requests made to the Thrift proxy.ThriftProxy.Builder.setProtocol(ProtocolType value) Supplies the type of protocol that the Thrift proxy should use.ThriftProxy.Builder.setProtocolValue(int value) Supplies the type of protocol that the Thrift proxy should use.ThriftProxy.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ThriftProxy.Builder.setRouteConfig(RouteConfiguration value) The route table for the connection manager is static and is specified in this property.ThriftProxy.Builder.setRouteConfig(RouteConfiguration.Builder builderForValue) The route table for the connection manager is static and is specified in this property.ThriftProxy.Builder.setStatPrefix(String value) The human readable prefix to use when emitting statistics.ThriftProxy.Builder.setStatPrefixBytes(com.google.protobuf.ByteString value) The human readable prefix to use when emitting statistics.ThriftProxy.Builder.setThriftFilters(int index, ThriftFilter value) A list of individual Thrift filters that make up the filter chain for requests made to the Thrift proxy.ThriftProxy.Builder.setThriftFilters(int index, ThriftFilter.Builder builderForValue) A list of individual Thrift filters that make up the filter chain for requests made to the Thrift proxy.ThriftProxy.Builder.setTransport(TransportType value) Supplies the type of transport that the Thrift proxy should use.ThriftProxy.Builder.setTransportValue(int value) Supplies the type of transport that the Thrift proxy should use.final ThriftProxy.BuilderThriftProxy.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ThriftProxy.toBuilder()