Uses of Class
io.envoyproxy.envoy.config.filter.network.http_connection_manager.v2.HttpFilter
Packages that use HttpFilter
-
Uses of HttpFilter 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 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.config.filter.network.http_connection_manager.v2 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.config.filter.network.http_connection_manager.v2 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.config.filter.network.http_connection_manager.v2 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.