| Package | Description |
|---|---|
| io.envoyproxy.envoy.extensions.upstreams.http.v4alpha |
| Class and Description |
|---|
| HttpProtocolOptions
HttpProtocolOptions specifies Http upstream protocol options.
|
| 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.
|
| 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.
|
| HttpProtocolOptions.AutoHttpConfigOrBuilder |
| HttpProtocolOptions.Builder
HttpProtocolOptions specifies Http upstream protocol options.
|
| HttpProtocolOptions.ExplicitHttpConfig
If this is used, the cluster will only operate on one of the possible upstream protocols (HTTP/1.1, HTTP/2).
|
| HttpProtocolOptions.ExplicitHttpConfig.Builder
If this is used, the cluster will only operate on one of the possible upstream protocols (HTTP/1.1, HTTP/2).
|
| HttpProtocolOptions.ExplicitHttpConfig.ProtocolConfigCase |
| HttpProtocolOptions.ExplicitHttpConfigOrBuilder |
| HttpProtocolOptions.UpstreamProtocolOptionsCase |
| HttpProtocolOptions.UseDownstreamHttpConfig
If this is used, the cluster can use either of the configured protocols, and
will use whichever protocol was used by the downstream connection.
|
| HttpProtocolOptions.UseDownstreamHttpConfig.Builder
If this is used, the cluster can use either of the configured protocols, and
will use whichever protocol was used by the downstream connection.
|
| HttpProtocolOptions.UseDownstreamHttpConfigOrBuilder |
Copyright © 2018–2021 The Envoy Project. All rights reserved.