Uses of Class
io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3.HttpFilter
Packages that use HttpFilter
Package
Description
-
Uses of HttpFilter in io.envoyproxy.envoy.extensions.filters.http.router.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.router.v3 that return HttpFilterModifier and TypeMethodDescriptionRouter.Builder.getUpstreamHttpFilters(int index) .. note:: Upstream HTTP filters are currently in alpha.Router.getUpstreamHttpFilters(int index) .. note:: Upstream HTTP filters are currently in alpha.RouterOrBuilder.getUpstreamHttpFilters(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 HttpFilterModifier and TypeMethodDescriptionRouter.Builder.getUpstreamHttpFiltersList().. note:: Upstream HTTP filters are currently in alpha.Router.getUpstreamHttpFiltersList().. note:: Upstream HTTP filters are currently in alpha.RouterOrBuilder.getUpstreamHttpFiltersList().. note:: Upstream HTTP filters are currently in alpha.Methods in io.envoyproxy.envoy.extensions.filters.http.router.v3 with parameters of type HttpFilterModifier and TypeMethodDescriptionRouter.Builder.addUpstreamHttpFilters(int index, HttpFilter value) .. note:: Upstream HTTP filters are currently in alpha.Router.Builder.addUpstreamHttpFilters(HttpFilter value) .. note:: Upstream HTTP filters are currently in alpha.Router.Builder.setUpstreamHttpFilters(int index, HttpFilter value) .. note:: Upstream HTTP filters are currently in alpha.Method parameters in io.envoyproxy.envoy.extensions.filters.http.router.v3 with type arguments of type HttpFilterModifier and TypeMethodDescriptionRouter.Builder.addAllUpstreamHttpFilters(Iterable<? extends HttpFilter> values) .. note:: Upstream HTTP filters are currently in alpha. -
Uses of HttpFilter 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 HttpFilterModifier and TypeMethodDescriptionHttpFilter.Builder.build()HttpFilter.Builder.buildPartial()static HttpFilterHttpFilter.getDefaultInstance()HttpFilter.Builder.getDefaultInstanceForType()HttpFilter.getDefaultInstanceForType()HttpConnectionManager.UpgradeConfig.Builder.getFilters(int index) If present, this represents the filter chain which will be created for this type of upgrade.HttpConnectionManager.UpgradeConfig.getFilters(int index) If present, this represents the filter chain which will be created for this type of upgrade.HttpConnectionManager.UpgradeConfigOrBuilder.getFilters(int index) If present, this represents the filter chain which will be created for this type of upgrade.HttpConnectionManager.Builder.getHttpFilters(int index) A list of individual HTTP filters that make up the filter chain for requests made to the connection manager.HttpConnectionManager.getHttpFilters(int index) A list of individual HTTP filters that make up the filter chain for requests made to the connection manager.HttpConnectionManagerOrBuilder.getHttpFilters(int index) A list of individual HTTP filters that make up the filter chain for requests made to the connection manager.static HttpFilterHttpFilter.parseDelimitedFrom(InputStream input) static HttpFilterHttpFilter.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpFilterHttpFilter.parseFrom(byte[] data) static HttpFilterHttpFilter.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpFilterHttpFilter.parseFrom(com.google.protobuf.ByteString data) static HttpFilterHttpFilter.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpFilterHttpFilter.parseFrom(com.google.protobuf.CodedInputStream input) static HttpFilterHttpFilter.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpFilterHttpFilter.parseFrom(InputStream input) static HttpFilterHttpFilter.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpFilterHttpFilter.parseFrom(ByteBuffer data) static HttpFilterHttpFilter.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type HttpFilterModifier and TypeMethodDescriptionHttpConnectionManager.UpgradeConfig.Builder.getFiltersList()If present, this represents the filter chain which will be created for this type of upgrade.HttpConnectionManager.UpgradeConfig.getFiltersList()If present, this represents the filter chain which will be created for this type of upgrade.HttpConnectionManager.UpgradeConfigOrBuilder.getFiltersList()If present, this represents the filter chain which will be created for this type of upgrade.HttpConnectionManager.Builder.getHttpFiltersList()A list of individual HTTP filters that make up the filter chain for requests made to the connection manager.HttpConnectionManager.getHttpFiltersList()A list of individual HTTP filters that make up the filter chain for requests made to the connection manager.HttpConnectionManagerOrBuilder.getHttpFiltersList()A list of individual HTTP filters that make up the filter chain for requests made to the connection manager.com.google.protobuf.Parser<HttpFilter> HttpFilter.getParserForType()static com.google.protobuf.Parser<HttpFilter> HttpFilter.parser()Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type HttpFilterModifier and TypeMethodDescriptionHttpConnectionManager.UpgradeConfig.Builder.addFilters(int index, HttpFilter value) If present, this represents the filter chain which will be created for this type of upgrade.HttpConnectionManager.UpgradeConfig.Builder.addFilters(HttpFilter value) If present, this represents the filter chain which will be created for this type of upgrade.HttpConnectionManager.Builder.addHttpFilters(int index, HttpFilter value) A list of individual HTTP filters that make up the filter chain for requests made to the connection manager.HttpConnectionManager.Builder.addHttpFilters(HttpFilter value) A list of individual HTTP filters that make up the filter chain for requests made to the connection manager.HttpFilter.Builder.mergeFrom(HttpFilter other) static HttpFilter.BuilderHttpFilter.newBuilder(HttpFilter prototype) HttpConnectionManager.UpgradeConfig.Builder.setFilters(int index, HttpFilter value) If present, this represents the filter chain which will be created for this type of upgrade.HttpConnectionManager.Builder.setHttpFilters(int index, HttpFilter value) A list of individual HTTP filters that make up the filter chain for requests made to the connection manager.Method parameters in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type arguments of type HttpFilterModifier and TypeMethodDescriptionHttpConnectionManager.UpgradeConfig.Builder.addAllFilters(Iterable<? extends HttpFilter> values) If present, this represents the filter chain which will be created for this type of upgrade.HttpConnectionManager.Builder.addAllHttpFilters(Iterable<? extends HttpFilter> values) A list of individual HTTP filters that make up the filter chain for requests made to the connection manager.