| Interface | Description |
|---|---|
| HttpProtocolOptions.AutoHttpConfigOrBuilder | |
| HttpProtocolOptions.ExplicitHttpConfigOrBuilder | |
| HttpProtocolOptions.UseDownstreamHttpConfigOrBuilder | |
| HttpProtocolOptionsOrBuilder |
| Class | 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.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.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.
|
| HttpProtocolOptionsProto |
| Enum | Description |
|---|---|
| HttpProtocolOptions.ExplicitHttpConfig.ProtocolConfigCase | |
| HttpProtocolOptions.UpstreamProtocolOptionsCase |
Copyright © 2018–2021 The Envoy Project. All rights reserved.