Uses of Class
io.envoyproxy.envoy.extensions.filters.network.connection_limit.v3.ConnectionLimit.Builder
Packages that use ConnectionLimit.Builder
-
Uses of ConnectionLimit.Builder in io.envoyproxy.envoy.extensions.filters.network.connection_limit.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.connection_limit.v3 that return ConnectionLimit.BuilderModifier and TypeMethodDescriptionConnectionLimit.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ConnectionLimit.Builder.clear()ConnectionLimit.Builder.clearDelay()The delay configuration to use for rejecting the connection after some specified time duration instead of immediately rejecting the connection.ConnectionLimit.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ConnectionLimit.Builder.clearMaxConnections()The max connections configuration to use for new incoming connections that are processed by the filter's filter chain.ConnectionLimit.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ConnectionLimit.Builder.clearRuntimeEnabled()Runtime flag that controls whether the filter is enabled or not.ConnectionLimit.Builder.clearStatPrefix()The prefix to use when emitting :ref:`statistics <config_network_filters_connection_limit_stats>`.ConnectionLimit.Builder.clone()ConnectionLimit.Builder.mergeDelay(com.google.protobuf.Duration value) The delay configuration to use for rejecting the connection after some specified time duration instead of immediately rejecting the connection.ConnectionLimit.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ConnectionLimit.Builder.mergeFrom(com.google.protobuf.Message other) ConnectionLimit.Builder.mergeFrom(ConnectionLimit other) ConnectionLimit.Builder.mergeMaxConnections(com.google.protobuf.UInt64Value value) The max connections configuration to use for new incoming connections that are processed by the filter's filter chain.ConnectionLimit.Builder.mergeRuntimeEnabled(RuntimeFeatureFlag value) Runtime flag that controls whether the filter is enabled or not.final ConnectionLimit.BuilderConnectionLimit.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ConnectionLimit.BuilderConnectionLimit.newBuilder()static ConnectionLimit.BuilderConnectionLimit.newBuilder(ConnectionLimit prototype) ConnectionLimit.newBuilderForType()protected ConnectionLimit.BuilderConnectionLimit.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ConnectionLimit.Builder.setDelay(com.google.protobuf.Duration value) The delay configuration to use for rejecting the connection after some specified time duration instead of immediately rejecting the connection.ConnectionLimit.Builder.setDelay(com.google.protobuf.Duration.Builder builderForValue) The delay configuration to use for rejecting the connection after some specified time duration instead of immediately rejecting the connection.ConnectionLimit.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ConnectionLimit.Builder.setMaxConnections(com.google.protobuf.UInt64Value value) The max connections configuration to use for new incoming connections that are processed by the filter's filter chain.ConnectionLimit.Builder.setMaxConnections(com.google.protobuf.UInt64Value.Builder builderForValue) The max connections configuration to use for new incoming connections that are processed by the filter's filter chain.ConnectionLimit.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ConnectionLimit.Builder.setRuntimeEnabled(RuntimeFeatureFlag value) Runtime flag that controls whether the filter is enabled or not.ConnectionLimit.Builder.setRuntimeEnabled(RuntimeFeatureFlag.Builder builderForValue) Runtime flag that controls whether the filter is enabled or not.ConnectionLimit.Builder.setStatPrefix(String value) The prefix to use when emitting :ref:`statistics <config_network_filters_connection_limit_stats>`.ConnectionLimit.Builder.setStatPrefixBytes(com.google.protobuf.ByteString value) The prefix to use when emitting :ref:`statistics <config_network_filters_connection_limit_stats>`.final ConnectionLimit.BuilderConnectionLimit.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ConnectionLimit.toBuilder()