Uses of Class
io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3.HttpFilter.Builder
Packages that use HttpFilter.Builder
Package
Description
-
Uses of HttpFilter.Builder in io.envoyproxy.envoy.extensions.filters.http.router.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.router.v3 that return HttpFilter.BuilderModifier and TypeMethodDescriptionRouter.Builder.addUpstreamHttpFiltersBuilder()Optional HTTP filters for the upstream HTTP filter chain. .. note:: Upstream HTTP filters are currently in alpha.Router.Builder.addUpstreamHttpFiltersBuilder(int index) Optional HTTP filters for the upstream HTTP filter chain. .. note:: Upstream HTTP filters are currently in alpha.Router.Builder.getUpstreamHttpFiltersBuilder(int index) Optional HTTP filters for the upstream HTTP filter chain. .. note:: Upstream HTTP filters are currently in alpha.Methods in io.envoyproxy.envoy.extensions.filters.http.router.v3 that return types with arguments of type HttpFilter.BuilderModifier and TypeMethodDescriptionRouter.Builder.getUpstreamHttpFiltersBuilderList()Optional HTTP filters for the upstream HTTP filter chain. .. note:: Upstream HTTP filters are currently in alpha.Methods in io.envoyproxy.envoy.extensions.filters.http.router.v3 with parameters of type HttpFilter.BuilderModifier and TypeMethodDescriptionRouter.Builder.addUpstreamHttpFilters(int index, HttpFilter.Builder builderForValue) Optional HTTP filters for the upstream HTTP filter chain. .. note:: Upstream HTTP filters are currently in alpha.Router.Builder.addUpstreamHttpFilters(HttpFilter.Builder builderForValue) Optional HTTP filters for the upstream HTTP filter chain. .. note:: Upstream HTTP filters are currently in alpha.Router.Builder.setUpstreamHttpFilters(int index, HttpFilter.Builder builderForValue) Optional HTTP filters for the upstream HTTP filter chain. .. note:: Upstream HTTP filters are currently in alpha. -
Uses of HttpFilter.Builder in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 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.clearConfigDiscovery()Configuration source specifier for an extension configuration discovery service.HttpFilter.Builder.clearConfigType()HttpFilter.Builder.clearDisabled()If true, the filter is disabled by default and must be explicitly enabled by setting per filter configuration in the route configuration.HttpFilter.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) HttpFilter.Builder.clearIsOptional()If true, clients that do not support this filter may ignore the filter but otherwise accept the config.HttpFilter.Builder.clearName()The name of the filter configuration.HttpFilter.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) HttpFilter.Builder.clearTypedConfig()Filter specific configuration which depends on the filter being instantiated.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.mergeConfigDiscovery(ExtensionConfigSource value) Configuration source specifier for an extension configuration discovery service.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) Filter specific configuration which depends on the filter being instantiated.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.setConfigDiscovery(ExtensionConfigSource value) Configuration source specifier for an extension configuration discovery service.HttpFilter.Builder.setConfigDiscovery(ExtensionConfigSource.Builder builderForValue) Configuration source specifier for an extension configuration discovery service.HttpFilter.Builder.setDisabled(boolean value) If true, the filter is disabled by default and must be explicitly enabled by setting per filter configuration in the route configuration.HttpFilter.Builder.setIsOptional(boolean value) If true, clients that do not support this filter may ignore the filter but otherwise accept the config.The name of the filter configuration.HttpFilter.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the filter configuration.HttpFilter.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) HttpFilter.Builder.setTypedConfig(com.google.protobuf.Any value) Filter specific configuration which depends on the filter being instantiated.HttpFilter.Builder.setTypedConfig(com.google.protobuf.Any.Builder builderForValue) Filter specific configuration which depends on the filter being instantiated.final HttpFilter.BuilderHttpFilter.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) HttpFilter.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 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.extensions.filters.network.http_connection_manager.v3 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. -
Uses of HttpFilter.Builder in io.envoyproxy.envoy.extensions.upstreams.http.v3
Methods in io.envoyproxy.envoy.extensions.upstreams.http.v3 that return HttpFilter.BuilderModifier and TypeMethodDescriptionHttpProtocolOptions.Builder.addHttpFiltersBuilder()Optional HTTP filters for the upstream HTTP filter chain. .. note:: Upstream HTTP filters are currently in alpha.HttpProtocolOptions.Builder.addHttpFiltersBuilder(int index) Optional HTTP filters for the upstream HTTP filter chain. .. note:: Upstream HTTP filters are currently in alpha.HttpProtocolOptions.Builder.getHttpFiltersBuilder(int index) Optional HTTP filters for the upstream HTTP filter chain. .. note:: Upstream HTTP filters are currently in alpha.Methods in io.envoyproxy.envoy.extensions.upstreams.http.v3 that return types with arguments of type HttpFilter.BuilderModifier and TypeMethodDescriptionHttpProtocolOptions.Builder.getHttpFiltersBuilderList()Optional HTTP filters for the upstream HTTP filter chain. .. note:: Upstream HTTP filters are currently in alpha.Methods in io.envoyproxy.envoy.extensions.upstreams.http.v3 with parameters of type HttpFilter.BuilderModifier and TypeMethodDescriptionHttpProtocolOptions.Builder.addHttpFilters(int index, HttpFilter.Builder builderForValue) Optional HTTP filters for the upstream HTTP filter chain. .. note:: Upstream HTTP filters are currently in alpha.HttpProtocolOptions.Builder.addHttpFilters(HttpFilter.Builder builderForValue) Optional HTTP filters for the upstream HTTP filter chain. .. note:: Upstream HTTP filters are currently in alpha.HttpProtocolOptions.Builder.setHttpFilters(int index, HttpFilter.Builder builderForValue) Optional HTTP filters for the upstream HTTP filter chain. .. note:: Upstream HTTP filters are currently in alpha.