Uses of Class
io.envoyproxy.envoy.config.core.v3.AlternateProtocolsCacheOptions
-
-
Uses of AlternateProtocolsCacheOptions in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return AlternateProtocolsCacheOptions Modifier and Type Method Description AlternateProtocolsCacheOptionsAlternateProtocolsCacheOptions.Builder. build()AlternateProtocolsCacheOptionsAlternateProtocolsCacheOptions.Builder. buildPartial()static AlternateProtocolsCacheOptionsAlternateProtocolsCacheOptions. getDefaultInstance()AlternateProtocolsCacheOptionsAlternateProtocolsCacheOptions.Builder. getDefaultInstanceForType()AlternateProtocolsCacheOptionsAlternateProtocolsCacheOptions. getDefaultInstanceForType()static AlternateProtocolsCacheOptionsAlternateProtocolsCacheOptions. parseDelimitedFrom(InputStream input)static AlternateProtocolsCacheOptionsAlternateProtocolsCacheOptions. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AlternateProtocolsCacheOptionsAlternateProtocolsCacheOptions. parseFrom(byte[] data)static AlternateProtocolsCacheOptionsAlternateProtocolsCacheOptions. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AlternateProtocolsCacheOptionsAlternateProtocolsCacheOptions. parseFrom(com.google.protobuf.ByteString data)static AlternateProtocolsCacheOptionsAlternateProtocolsCacheOptions. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AlternateProtocolsCacheOptionsAlternateProtocolsCacheOptions. parseFrom(com.google.protobuf.CodedInputStream input)static AlternateProtocolsCacheOptionsAlternateProtocolsCacheOptions. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AlternateProtocolsCacheOptionsAlternateProtocolsCacheOptions. parseFrom(InputStream input)static AlternateProtocolsCacheOptionsAlternateProtocolsCacheOptions. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AlternateProtocolsCacheOptionsAlternateProtocolsCacheOptions. parseFrom(ByteBuffer data)static AlternateProtocolsCacheOptionsAlternateProtocolsCacheOptions. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type AlternateProtocolsCacheOptions Modifier and Type Method Description com.google.protobuf.Parser<AlternateProtocolsCacheOptions>AlternateProtocolsCacheOptions. getParserForType()static com.google.protobuf.Parser<AlternateProtocolsCacheOptions>AlternateProtocolsCacheOptions. parser()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type AlternateProtocolsCacheOptions Modifier and Type Method Description AlternateProtocolsCacheOptions.BuilderAlternateProtocolsCacheOptions.Builder. mergeFrom(AlternateProtocolsCacheOptions other)static AlternateProtocolsCacheOptions.BuilderAlternateProtocolsCacheOptions. newBuilder(AlternateProtocolsCacheOptions prototype) -
Uses of AlternateProtocolsCacheOptions in io.envoyproxy.envoy.extensions.filters.http.alternate_protocols_cache.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.alternate_protocols_cache.v3 that return AlternateProtocolsCacheOptions Modifier and Type Method Description AlternateProtocolsCacheOptionsFilterConfig.Builder. getAlternateProtocolsCacheOptions()If set, causes the use of the alternate protocols cache, which is responsible for parsing and caching HTTP Alt-Svc headers.AlternateProtocolsCacheOptionsFilterConfig. getAlternateProtocolsCacheOptions()If set, causes the use of the alternate protocols cache, which is responsible for parsing and caching HTTP Alt-Svc headers.AlternateProtocolsCacheOptionsFilterConfigOrBuilder. getAlternateProtocolsCacheOptions()If set, causes the use of the alternate protocols cache, which is responsible for parsing and caching HTTP Alt-Svc headers.Methods in io.envoyproxy.envoy.extensions.filters.http.alternate_protocols_cache.v3 with parameters of type AlternateProtocolsCacheOptions Modifier and Type Method Description FilterConfig.BuilderFilterConfig.Builder. mergeAlternateProtocolsCacheOptions(AlternateProtocolsCacheOptions value)If set, causes the use of the alternate protocols cache, which is responsible for parsing and caching HTTP Alt-Svc headers.FilterConfig.BuilderFilterConfig.Builder. setAlternateProtocolsCacheOptions(AlternateProtocolsCacheOptions value)If set, causes the use of the alternate protocols cache, which is responsible for parsing and caching HTTP Alt-Svc headers. -
Uses of AlternateProtocolsCacheOptions in io.envoyproxy.envoy.extensions.upstreams.http.v3
Methods in io.envoyproxy.envoy.extensions.upstreams.http.v3 that return AlternateProtocolsCacheOptions Modifier and Type Method Description AlternateProtocolsCacheOptionsHttpProtocolOptions.AutoHttpConfig.Builder. getAlternateProtocolsCacheOptions()The presence of alternate protocols cache options causes the use of the alternate protocols cache, which is responsible for parsing and caching HTTP Alt-Svc headers.AlternateProtocolsCacheOptionsHttpProtocolOptions.AutoHttpConfig. getAlternateProtocolsCacheOptions()The presence of alternate protocols cache options causes the use of the alternate protocols cache, which is responsible for parsing and caching HTTP Alt-Svc headers.AlternateProtocolsCacheOptionsHttpProtocolOptions.AutoHttpConfigOrBuilder. getAlternateProtocolsCacheOptions()The presence of alternate protocols cache options causes the use of the alternate protocols cache, which is responsible for parsing and caching HTTP Alt-Svc headers.Methods in io.envoyproxy.envoy.extensions.upstreams.http.v3 with parameters of type AlternateProtocolsCacheOptions Modifier and Type Method Description HttpProtocolOptions.AutoHttpConfig.BuilderHttpProtocolOptions.AutoHttpConfig.Builder. mergeAlternateProtocolsCacheOptions(AlternateProtocolsCacheOptions value)The presence of alternate protocols cache options causes the use of the alternate protocols cache, which is responsible for parsing and caching HTTP Alt-Svc headers.HttpProtocolOptions.AutoHttpConfig.BuilderHttpProtocolOptions.AutoHttpConfig.Builder. setAlternateProtocolsCacheOptions(AlternateProtocolsCacheOptions value)The presence of alternate protocols cache options causes the use of the alternate protocols cache, which is responsible for parsing and caching HTTP Alt-Svc headers.
-