Uses of Class
io.envoyproxy.envoy.config.filter.network.http_connection_manager.v2.HttpFilter
-
Packages that use HttpFilter Package Description io.envoyproxy.envoy.config.filter.network.http_connection_manager.v2 -
-
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 HttpFilter Modifier and Type Method Description HttpFilterHttpFilter.Builder. build()HttpFilterHttpFilter.Builder. buildPartial()static HttpFilterHttpFilter. getDefaultInstance()HttpFilterHttpFilter.Builder. getDefaultInstanceForType()HttpFilterHttpFilter. getDefaultInstanceForType()HttpFilterHttpConnectionManager.UpgradeConfig.Builder. getFilters(int index)If present, this represents the filter chain which will be created for this type of upgrade.HttpFilterHttpConnectionManager.UpgradeConfig. getFilters(int index)If present, this represents the filter chain which will be created for this type of upgrade.HttpFilterHttpConnectionManager.UpgradeConfigOrBuilder. getFilters(int index)If present, this represents the filter chain which will be created for this type of upgrade.HttpFilterHttpConnectionManager.Builder. getHttpFilters(int index)A list of individual HTTP filters that make up the filter chain for requests made to the connection manager.HttpFilterHttpConnectionManager. getHttpFilters(int index)A list of individual HTTP filters that make up the filter chain for requests made to the connection manager.HttpFilterHttpConnectionManagerOrBuilder. 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 HttpFilter Modifier and Type Method Description List<HttpFilter>HttpConnectionManager.UpgradeConfig.Builder. getFiltersList()If present, this represents the filter chain which will be created for this type of upgrade.List<HttpFilter>HttpConnectionManager.UpgradeConfig. getFiltersList()If present, this represents the filter chain which will be created for this type of upgrade.List<HttpFilter>HttpConnectionManager.UpgradeConfigOrBuilder. getFiltersList()If present, this represents the filter chain which will be created for this type of upgrade.List<HttpFilter>HttpConnectionManager.Builder. getHttpFiltersList()A list of individual HTTP filters that make up the filter chain for requests made to the connection manager.List<HttpFilter>HttpConnectionManager. getHttpFiltersList()A list of individual HTTP filters that make up the filter chain for requests made to the connection manager.List<HttpFilter>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 HttpFilter Modifier and Type Method Description HttpConnectionManager.UpgradeConfig.BuilderHttpConnectionManager.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.BuilderHttpConnectionManager.UpgradeConfig.Builder. addFilters(HttpFilter value)If present, this represents the filter chain which will be created for this type of upgrade.HttpConnectionManager.BuilderHttpConnectionManager.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.BuilderHttpConnectionManager.Builder. addHttpFilters(HttpFilter value)A list of individual HTTP filters that make up the filter chain for requests made to the connection manager.HttpFilter.BuilderHttpFilter.Builder. mergeFrom(HttpFilter other)static HttpFilter.BuilderHttpFilter. newBuilder(HttpFilter prototype)HttpConnectionManager.UpgradeConfig.BuilderHttpConnectionManager.UpgradeConfig.Builder. setFilters(int index, HttpFilter value)If present, this represents the filter chain which will be created for this type of upgrade.HttpConnectionManager.BuilderHttpConnectionManager.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 HttpFilter Modifier and Type Method Description HttpConnectionManager.UpgradeConfig.BuilderHttpConnectionManager.UpgradeConfig.Builder. addAllFilters(Iterable<? extends HttpFilter> values)If present, this represents the filter chain which will be created for this type of upgrade.HttpConnectionManager.BuilderHttpConnectionManager.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.
-