Uses of Class
io.envoyproxy.envoy.config.core.v3.HttpProtocolOptions
Packages that use HttpProtocolOptions
Package
Description
-
Uses of HttpProtocolOptions in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 declared as HttpProtocolOptionsModifier and TypeFieldDescriptionprivate HttpProtocolOptions
Cluster.Builder.commonHttpProtocolOptions_
private HttpProtocolOptions
Cluster.commonHttpProtocolOptions_
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type HttpProtocolOptionsModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<HttpProtocolOptions, HttpProtocolOptions.Builder, HttpProtocolOptionsOrBuilder> Cluster.Builder.commonHttpProtocolOptionsBuilder_
Methods in io.envoyproxy.envoy.config.cluster.v3 that return HttpProtocolOptionsModifier and TypeMethodDescriptionCluster.Builder.getCommonHttpProtocolOptions()
Deprecated.envoy.config.cluster.v3.Cluster.common_http_protocol_options is deprecated.Cluster.getCommonHttpProtocolOptions()
Deprecated.envoy.config.cluster.v3.Cluster.common_http_protocol_options is deprecated.ClusterOrBuilder.getCommonHttpProtocolOptions()
Deprecated.envoy.config.cluster.v3.Cluster.common_http_protocol_options is deprecated.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type HttpProtocolOptionsModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<HttpProtocolOptions, HttpProtocolOptions.Builder, HttpProtocolOptionsOrBuilder> Cluster.Builder.internalGetCommonHttpProtocolOptionsFieldBuilder()
Additional options when handling HTTP requests upstream.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type HttpProtocolOptionsModifier and TypeMethodDescriptionCluster.Builder.mergeCommonHttpProtocolOptions
(HttpProtocolOptions value) Deprecated.Cluster.Builder.setCommonHttpProtocolOptions
(HttpProtocolOptions value) Deprecated. -
Uses of HttpProtocolOptions in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as HttpProtocolOptionsModifier and TypeFieldDescriptionprivate static final HttpProtocolOptions
HttpProtocolOptions.DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type HttpProtocolOptionsModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<HttpProtocolOptions> HttpProtocolOptions.PARSER
Methods in io.envoyproxy.envoy.config.core.v3 that return HttpProtocolOptionsModifier and TypeMethodDescriptionHttpProtocolOptions.Builder.build()
HttpProtocolOptions.Builder.buildPartial()
static HttpProtocolOptions
HttpProtocolOptions.getDefaultInstance()
HttpProtocolOptions.Builder.getDefaultInstanceForType()
HttpProtocolOptions.getDefaultInstanceForType()
static HttpProtocolOptions
HttpProtocolOptions.parseDelimitedFrom
(InputStream input) static HttpProtocolOptions
HttpProtocolOptions.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpProtocolOptions
HttpProtocolOptions.parseFrom
(byte[] data) static HttpProtocolOptions
HttpProtocolOptions.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpProtocolOptions
HttpProtocolOptions.parseFrom
(com.google.protobuf.ByteString data) static HttpProtocolOptions
HttpProtocolOptions.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpProtocolOptions
HttpProtocolOptions.parseFrom
(com.google.protobuf.CodedInputStream input) static HttpProtocolOptions
HttpProtocolOptions.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpProtocolOptions
HttpProtocolOptions.parseFrom
(InputStream input) static HttpProtocolOptions
HttpProtocolOptions.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpProtocolOptions
HttpProtocolOptions.parseFrom
(ByteBuffer data) static HttpProtocolOptions
HttpProtocolOptions.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type HttpProtocolOptionsModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<HttpProtocolOptions> HttpProtocolOptions.getParserForType()
static com.google.protobuf.Parser
<HttpProtocolOptions> HttpProtocolOptions.parser()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type HttpProtocolOptionsModifier and TypeMethodDescriptionprivate void
HttpProtocolOptions.Builder.buildPartial0
(HttpProtocolOptions result) HttpProtocolOptions.Builder.mergeFrom
(HttpProtocolOptions other) static HttpProtocolOptions.Builder
HttpProtocolOptions.newBuilder
(HttpProtocolOptions prototype) -
Uses of HttpProtocolOptions in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 declared as HttpProtocolOptionsModifier and TypeFieldDescriptionprivate HttpProtocolOptions
HttpConnectionManager.Builder.commonHttpProtocolOptions_
private HttpProtocolOptions
HttpConnectionManager.commonHttpProtocolOptions_
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type HttpProtocolOptionsModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<HttpProtocolOptions, HttpProtocolOptions.Builder, HttpProtocolOptionsOrBuilder> HttpConnectionManager.Builder.commonHttpProtocolOptionsBuilder_
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return HttpProtocolOptionsModifier and TypeMethodDescriptionHttpConnectionManager.Builder.getCommonHttpProtocolOptions()
Additional settings for HTTP requests handled by the connection manager.HttpConnectionManager.getCommonHttpProtocolOptions()
Additional settings for HTTP requests handled by the connection manager.HttpConnectionManagerOrBuilder.getCommonHttpProtocolOptions()
Additional settings for HTTP requests handled by the connection manager.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type HttpProtocolOptionsModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<HttpProtocolOptions, HttpProtocolOptions.Builder, HttpProtocolOptionsOrBuilder> HttpConnectionManager.Builder.internalGetCommonHttpProtocolOptionsFieldBuilder()
Additional settings for HTTP requests handled by the connection manager.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type HttpProtocolOptionsModifier and TypeMethodDescriptionHttpConnectionManager.Builder.mergeCommonHttpProtocolOptions
(HttpProtocolOptions value) Additional settings for HTTP requests handled by the connection manager.HttpConnectionManager.Builder.setCommonHttpProtocolOptions
(HttpProtocolOptions value) Additional settings for HTTP requests handled by the connection manager.