Uses of Interface
io.envoyproxy.envoy.extensions.upstreams.http.v3.HttpProtocolOptions.AutoHttpConfigOrBuilder
-
Packages that use HttpProtocolOptions.AutoHttpConfigOrBuilder Package Description io.envoyproxy.envoy.extensions.upstreams.http.v3 -
-
Uses of HttpProtocolOptions.AutoHttpConfigOrBuilder in io.envoyproxy.envoy.extensions.upstreams.http.v3
Classes in io.envoyproxy.envoy.extensions.upstreams.http.v3 that implement HttpProtocolOptions.AutoHttpConfigOrBuilder Modifier and Type Class Description static classHttpProtocolOptions.AutoHttpConfigIf 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 classHttpProtocolOptions.AutoHttpConfig.BuilderIf 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.Methods in io.envoyproxy.envoy.extensions.upstreams.http.v3 that return HttpProtocolOptions.AutoHttpConfigOrBuilder Modifier and Type Method Description HttpProtocolOptions.AutoHttpConfigOrBuilderHttpProtocolOptions.Builder. getAutoConfigOrBuilder()This allows switching on protocol based on ALPNHttpProtocolOptions.AutoHttpConfigOrBuilderHttpProtocolOptions. getAutoConfigOrBuilder()This allows switching on protocol based on ALPNHttpProtocolOptions.AutoHttpConfigOrBuilderHttpProtocolOptionsOrBuilder. getAutoConfigOrBuilder()This allows switching on protocol based on ALPN
-