| Package | Description |
|---|---|
| io.envoyproxy.envoy.extensions.upstreams.http.v3 |
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpProtocolOptions.AutoHttpConfig
If this is used, the cluster can use either HTTP/1 or HTTP/2, and will use whichever
protocol is negotiated by ALPN with the upstream.
|
static class |
HttpProtocolOptions.AutoHttpConfig.Builder
If this is used, the cluster can use either HTTP/1 or HTTP/2, and will use whichever
protocol is negotiated by ALPN with the upstream.
|
| Modifier and Type | Method and Description |
|---|---|
HttpProtocolOptions.AutoHttpConfigOrBuilder |
HttpProtocolOptions.getAutoConfigOrBuilder()
This allows switching on protocol based on ALPN
.envoy.extensions.upstreams.http.v3.HttpProtocolOptions.AutoHttpConfig auto_config = 5; |
HttpProtocolOptions.AutoHttpConfigOrBuilder |
HttpProtocolOptions.Builder.getAutoConfigOrBuilder()
This allows switching on protocol based on ALPN
.envoy.extensions.upstreams.http.v3.HttpProtocolOptions.AutoHttpConfig auto_config = 5; |
HttpProtocolOptions.AutoHttpConfigOrBuilder |
HttpProtocolOptionsOrBuilder.getAutoConfigOrBuilder()
This allows switching on protocol based on ALPN
.envoy.extensions.upstreams.http.v3.HttpProtocolOptions.AutoHttpConfig auto_config = 5; |
Copyright © 2018–2021 The Envoy Project. All rights reserved.