public static interface HttpConnectionManagerOuterClass.HttpConnectionManager.UpgradeConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HttpConnectionManagerOuterClass.HttpFilter |
getFilters(int index)
If present, this represents the filter chain which will be created for
this type of upgrade.
|
int |
getFiltersCount()
If present, this represents the filter chain which will be created for
this type of upgrade.
|
List<HttpConnectionManagerOuterClass.HttpFilter> |
getFiltersList()
If present, this represents the filter chain which will be created for
this type of upgrade.
|
HttpConnectionManagerOuterClass.HttpFilterOrBuilder |
getFiltersOrBuilder(int index)
If present, this represents the filter chain which will be created for
this type of upgrade.
|
List<? extends HttpConnectionManagerOuterClass.HttpFilterOrBuilder> |
getFiltersOrBuilderList()
If present, this represents the filter chain which will be created for
this type of upgrade.
|
String |
getUpgradeType()
The case-insensitive name of this upgrade, e.g.
|
com.google.protobuf.ByteString |
getUpgradeTypeBytes()
The case-insensitive name of this upgrade, e.g.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUpgradeType()
The case-insensitive name of this upgrade, e.g. "websocket". For each upgrade type present in upgrade_configs, requests with Upgrade: [upgrade_type] will be proxied upstream.
string upgrade_type = 1;com.google.protobuf.ByteString getUpgradeTypeBytes()
The case-insensitive name of this upgrade, e.g. "websocket". For each upgrade type present in upgrade_configs, requests with Upgrade: [upgrade_type] will be proxied upstream.
string upgrade_type = 1;List<HttpConnectionManagerOuterClass.HttpFilter> getFiltersList()
If present, this represents the filter chain which will be created for this type of upgrade. If no filters are present, the filter chain for HTTP connections will be used for this upgrade type.
repeated .envoy.config.filter.network.http_connection_manager.v2.HttpFilter filters = 2;HttpConnectionManagerOuterClass.HttpFilter getFilters(int index)
If present, this represents the filter chain which will be created for this type of upgrade. If no filters are present, the filter chain for HTTP connections will be used for this upgrade type.
repeated .envoy.config.filter.network.http_connection_manager.v2.HttpFilter filters = 2;int getFiltersCount()
If present, this represents the filter chain which will be created for this type of upgrade. If no filters are present, the filter chain for HTTP connections will be used for this upgrade type.
repeated .envoy.config.filter.network.http_connection_manager.v2.HttpFilter filters = 2;List<? extends HttpConnectionManagerOuterClass.HttpFilterOrBuilder> getFiltersOrBuilderList()
If present, this represents the filter chain which will be created for this type of upgrade. If no filters are present, the filter chain for HTTP connections will be used for this upgrade type.
repeated .envoy.config.filter.network.http_connection_manager.v2.HttpFilter filters = 2;HttpConnectionManagerOuterClass.HttpFilterOrBuilder getFiltersOrBuilder(int index)
If present, this represents the filter chain which will be created for this type of upgrade. If no filters are present, the filter chain for HTTP connections will be used for this upgrade type.
repeated .envoy.config.filter.network.http_connection_manager.v2.HttpFilter filters = 2;Copyright © 2018 The Envoy Project. All rights reserved.