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().. note:: Upstream HTTP filters are currently in alpha.Router.Builder.addUpstreamHttpFiltersBuilder(int index) .. note:: Upstream HTTP filters are currently in alpha.Router.Builder.getUpstreamHttpFiltersBuilder(int index) .. 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().. 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) .. note:: Upstream HTTP filters are currently in alpha.Router.Builder.addUpstreamHttpFilters(HttpFilter.Builder builderForValue) .. note:: Upstream HTTP filters are currently in alpha.Router.Builder.setUpstreamHttpFilters(int index, HttpFilter.Builder builderForValue) .. note:: Upstream HTTP filters are currently in alpha. -
Uses of HttpFilter.Builder in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Subclasses with type arguments of type HttpFilter.Builder in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3Methods 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.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.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.clearTypedConfig()Filter specific configuration which depends on the filter being instantiated.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.static HttpFilter.BuilderHttpFilter.newBuilder()static HttpFilter.BuilderHttpFilter.newBuilder(HttpFilter prototype) HttpFilter.newBuilderForType()protected HttpFilter.BuilderHttpFilter.newBuilderForType(com.google.protobuf.AbstractMessage.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.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.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.