Uses of Interface
io.envoyproxy.envoy.api.v2.core.Http2ProtocolOptionsOrBuilder
-
Packages that use Http2ProtocolOptionsOrBuilder Package Description io.envoyproxy.envoy.api.v2 io.envoyproxy.envoy.api.v2.core io.envoyproxy.envoy.config.filter.network.http_connection_manager.v2 -
-
Uses of Http2ProtocolOptionsOrBuilder in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return Http2ProtocolOptionsOrBuilder Modifier and Type Method Description Http2ProtocolOptionsOrBuilderCluster.Builder. getHttp2ProtocolOptionsOrBuilder()Even if default HTTP2 protocol options are desired, this field must be set so that Envoy will assume that the upstream supports HTTP/2 when making new HTTP connection pool connections.Http2ProtocolOptionsOrBuilderCluster. getHttp2ProtocolOptionsOrBuilder()Even if default HTTP2 protocol options are desired, this field must be set so that Envoy will assume that the upstream supports HTTP/2 when making new HTTP connection pool connections.Http2ProtocolOptionsOrBuilderClusterOrBuilder. getHttp2ProtocolOptionsOrBuilder()Even if default HTTP2 protocol options are desired, this field must be set so that Envoy will assume that the upstream supports HTTP/2 when making new HTTP connection pool connections. -
Uses of Http2ProtocolOptionsOrBuilder in io.envoyproxy.envoy.api.v2.core
Classes in io.envoyproxy.envoy.api.v2.core that implement Http2ProtocolOptionsOrBuilder Modifier and Type Class Description classHttp2ProtocolOptions[#next-free-field: 14]static classHttp2ProtocolOptions.Builder[#next-free-field: 14]Methods in io.envoyproxy.envoy.api.v2.core that return Http2ProtocolOptionsOrBuilder Modifier and Type Method Description Http2ProtocolOptionsOrBuilderGrpcProtocolOptions.Builder. getHttp2ProtocolOptionsOrBuilder().envoy.api.v2.core.Http2ProtocolOptions http2_protocol_options = 1;Http2ProtocolOptionsOrBuilderGrpcProtocolOptions. getHttp2ProtocolOptionsOrBuilder().envoy.api.v2.core.Http2ProtocolOptions http2_protocol_options = 1;Http2ProtocolOptionsOrBuilderGrpcProtocolOptionsOrBuilder. getHttp2ProtocolOptionsOrBuilder().envoy.api.v2.core.Http2ProtocolOptions http2_protocol_options = 1; -
Uses of Http2ProtocolOptionsOrBuilder in io.envoyproxy.envoy.config.filter.network.http_connection_manager.v2
Methods in io.envoyproxy.envoy.config.filter.network.http_connection_manager.v2 that return Http2ProtocolOptionsOrBuilder Modifier and Type Method Description Http2ProtocolOptionsOrBuilderHttpConnectionManager.Builder. getHttp2ProtocolOptionsOrBuilder()Additional HTTP/2 settings that are passed directly to the HTTP/2 codec.Http2ProtocolOptionsOrBuilderHttpConnectionManager. getHttp2ProtocolOptionsOrBuilder()Additional HTTP/2 settings that are passed directly to the HTTP/2 codec.Http2ProtocolOptionsOrBuilderHttpConnectionManagerOrBuilder. getHttp2ProtocolOptionsOrBuilder()Additional HTTP/2 settings that are passed directly to the HTTP/2 codec.
-