Uses of Class
io.envoyproxy.envoy.config.filter.network.http_connection_manager.v2.HttpFilter.Builder
Packages that use HttpFilter.Builder
-
Uses of HttpFilter.Builder in io.envoyproxy.envoy.config.filter.network.http_connection_manager.v2
Methods in io.envoyproxy.envoy.config.filter.network.http_connection_manager.v2 that return HttpFilter.BuilderModifier and TypeMethodDescriptionHttpConnectionManager.UpgradeConfig.Builder.addFiltersBuilder()If present, this represents the filter chain which will be created for this type of upgrade.HttpConnectionManager.UpgradeConfig.Builder.addFiltersBuilder(int index) If present, this represents the filter chain which will be created for this type of upgrade.HttpConnectionManager.Builder.addHttpFiltersBuilder()A list of individual HTTP filters that make up the filter chain for requests made to the connection manager.HttpConnectionManager.Builder.addHttpFiltersBuilder(int index) A list of individual HTTP filters that make up the filter chain for requests made to the connection manager.HttpFilter.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HttpFilter.Builder.clear()HttpFilter.Builder.clearConfig()Deprecated.HttpFilter.Builder.clearConfigType()HttpFilter.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) HttpFilter.Builder.clearName()The name of the filter to instantiate.HttpFilter.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) HttpFilter.Builder.clearTypedConfig().google.protobuf.Any typed_config = 4;HttpFilter.Builder.clone()HttpConnectionManager.UpgradeConfig.Builder.getFiltersBuilder(int index) If present, this represents the filter chain which will be created for this type of upgrade.HttpConnectionManager.Builder.getHttpFiltersBuilder(int index) A list of individual HTTP filters that make up the filter chain for requests made to the connection manager.HttpFilter.Builder.mergeConfig(com.google.protobuf.Struct value) Deprecated.HttpFilter.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HttpFilter.Builder.mergeFrom(com.google.protobuf.Message other) HttpFilter.Builder.mergeFrom(HttpFilter other) HttpFilter.Builder.mergeTypedConfig(com.google.protobuf.Any value) .google.protobuf.Any typed_config = 4;final HttpFilter.BuilderHttpFilter.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static HttpFilter.BuilderHttpFilter.newBuilder()static HttpFilter.BuilderHttpFilter.newBuilder(HttpFilter prototype) HttpFilter.newBuilderForType()protected HttpFilter.BuilderHttpFilter.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) HttpFilter.Builder.setConfig(com.google.protobuf.Struct value) Deprecated.HttpFilter.Builder.setConfig(com.google.protobuf.Struct.Builder builderForValue) Deprecated.The name of the filter to instantiate.HttpFilter.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the filter to instantiate.HttpFilter.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) HttpFilter.Builder.setTypedConfig(com.google.protobuf.Any value) .google.protobuf.Any typed_config = 4;HttpFilter.Builder.setTypedConfig(com.google.protobuf.Any.Builder builderForValue) .google.protobuf.Any typed_config = 4;final HttpFilter.BuilderHttpFilter.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) HttpFilter.toBuilder()Methods in io.envoyproxy.envoy.config.filter.network.http_connection_manager.v2 that return types with arguments of type HttpFilter.BuilderModifier and TypeMethodDescriptionHttpConnectionManager.UpgradeConfig.Builder.getFiltersBuilderList()If present, this represents the filter chain which will be created for this type of upgrade.HttpConnectionManager.Builder.getHttpFiltersBuilderList()A list of individual HTTP filters that make up the filter chain for requests made to the connection manager.Methods in io.envoyproxy.envoy.config.filter.network.http_connection_manager.v2 with parameters of type HttpFilter.BuilderModifier and TypeMethodDescriptionHttpConnectionManager.UpgradeConfig.Builder.addFilters(int index, HttpFilter.Builder builderForValue) If present, this represents the filter chain which will be created for this type of upgrade.HttpConnectionManager.UpgradeConfig.Builder.addFilters(HttpFilter.Builder builderForValue) If present, this represents the filter chain which will be created for this type of upgrade.HttpConnectionManager.Builder.addHttpFilters(int index, HttpFilter.Builder builderForValue) A list of individual HTTP filters that make up the filter chain for requests made to the connection manager.HttpConnectionManager.Builder.addHttpFilters(HttpFilter.Builder builderForValue) A list of individual HTTP filters that make up the filter chain for requests made to the connection manager.HttpConnectionManager.UpgradeConfig.Builder.setFilters(int index, HttpFilter.Builder builderForValue) If present, this represents the filter chain which will be created for this type of upgrade.HttpConnectionManager.Builder.setHttpFilters(int index, HttpFilter.Builder builderForValue) A list of individual HTTP filters that make up the filter chain for requests made to the connection manager.