Uses of Class
io.envoyproxy.envoy.config.core.v3.HttpProtocolOptions.Builder
Packages that use HttpProtocolOptions.Builder
Package
Description
-
Uses of HttpProtocolOptions.Builder in io.envoyproxy.envoy.config.cluster.v3
Methods in io.envoyproxy.envoy.config.cluster.v3 that return HttpProtocolOptions.BuilderModifier and TypeMethodDescriptionCluster.Builder.getCommonHttpProtocolOptionsBuilder()Deprecated.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type HttpProtocolOptions.BuilderModifier and TypeMethodDescriptionCluster.Builder.setCommonHttpProtocolOptions(HttpProtocolOptions.Builder builderForValue) Deprecated. -
Uses of HttpProtocolOptions.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return HttpProtocolOptions.BuilderModifier and TypeMethodDescriptionHttpProtocolOptions.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HttpProtocolOptions.Builder.clear()HttpProtocolOptions.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) HttpProtocolOptions.Builder.clearHeadersWithUnderscoresAction()Action to take when a client request with a header name containing underscore characters is received.HttpProtocolOptions.Builder.clearIdleTimeout()The idle timeout for connections.HttpProtocolOptions.Builder.clearMaxConnectionDuration()The maximum duration of a connection.HttpProtocolOptions.Builder.clearMaxHeadersCount()The maximum number of headers (request headers if configured on HttpConnectionManager, response headers when configured on a cluster).HttpProtocolOptions.Builder.clearMaxRequestsPerConnection()Optional maximum requests for both upstream and downstream connections.HttpProtocolOptions.Builder.clearMaxResponseHeadersKb()The maximum size of response headers.HttpProtocolOptions.Builder.clearMaxStreamDuration()Total duration to keep alive an HTTP request/response stream.HttpProtocolOptions.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) HttpProtocolOptions.Builder.clone()HttpProtocolOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HttpProtocolOptions.Builder.mergeFrom(com.google.protobuf.Message other) HttpProtocolOptions.Builder.mergeFrom(HttpProtocolOptions other) HttpProtocolOptions.Builder.mergeIdleTimeout(com.google.protobuf.Duration value) The idle timeout for connections.HttpProtocolOptions.Builder.mergeMaxConnectionDuration(com.google.protobuf.Duration value) The maximum duration of a connection.HttpProtocolOptions.Builder.mergeMaxHeadersCount(com.google.protobuf.UInt32Value value) The maximum number of headers (request headers if configured on HttpConnectionManager, response headers when configured on a cluster).HttpProtocolOptions.Builder.mergeMaxRequestsPerConnection(com.google.protobuf.UInt32Value value) Optional maximum requests for both upstream and downstream connections.HttpProtocolOptions.Builder.mergeMaxResponseHeadersKb(com.google.protobuf.UInt32Value value) The maximum size of response headers.HttpProtocolOptions.Builder.mergeMaxStreamDuration(com.google.protobuf.Duration value) Total duration to keep alive an HTTP request/response stream.HttpProtocolOptions.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static HttpProtocolOptions.BuilderHttpProtocolOptions.newBuilder()static HttpProtocolOptions.BuilderHttpProtocolOptions.newBuilder(HttpProtocolOptions prototype) HttpProtocolOptions.newBuilderForType()protected HttpProtocolOptions.BuilderHttpProtocolOptions.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) HttpProtocolOptions.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HttpProtocolOptions.Builder.setHeadersWithUnderscoresAction(HttpProtocolOptions.HeadersWithUnderscoresAction value) Action to take when a client request with a header name containing underscore characters is received.HttpProtocolOptions.Builder.setHeadersWithUnderscoresActionValue(int value) Action to take when a client request with a header name containing underscore characters is received.HttpProtocolOptions.Builder.setIdleTimeout(com.google.protobuf.Duration value) The idle timeout for connections.HttpProtocolOptions.Builder.setIdleTimeout(com.google.protobuf.Duration.Builder builderForValue) The idle timeout for connections.HttpProtocolOptions.Builder.setMaxConnectionDuration(com.google.protobuf.Duration value) The maximum duration of a connection.HttpProtocolOptions.Builder.setMaxConnectionDuration(com.google.protobuf.Duration.Builder builderForValue) The maximum duration of a connection.HttpProtocolOptions.Builder.setMaxHeadersCount(com.google.protobuf.UInt32Value value) The maximum number of headers (request headers if configured on HttpConnectionManager, response headers when configured on a cluster).HttpProtocolOptions.Builder.setMaxHeadersCount(com.google.protobuf.UInt32Value.Builder builderForValue) The maximum number of headers (request headers if configured on HttpConnectionManager, response headers when configured on a cluster).HttpProtocolOptions.Builder.setMaxRequestsPerConnection(com.google.protobuf.UInt32Value value) Optional maximum requests for both upstream and downstream connections.HttpProtocolOptions.Builder.setMaxRequestsPerConnection(com.google.protobuf.UInt32Value.Builder builderForValue) Optional maximum requests for both upstream and downstream connections.HttpProtocolOptions.Builder.setMaxResponseHeadersKb(com.google.protobuf.UInt32Value value) The maximum size of response headers.HttpProtocolOptions.Builder.setMaxResponseHeadersKb(com.google.protobuf.UInt32Value.Builder builderForValue) The maximum size of response headers.HttpProtocolOptions.Builder.setMaxStreamDuration(com.google.protobuf.Duration value) Total duration to keep alive an HTTP request/response stream.HttpProtocolOptions.Builder.setMaxStreamDuration(com.google.protobuf.Duration.Builder builderForValue) Total duration to keep alive an HTTP request/response stream.HttpProtocolOptions.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) HttpProtocolOptions.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) HttpProtocolOptions.toBuilder() -
Uses of HttpProtocolOptions.Builder in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return HttpProtocolOptions.BuilderModifier and TypeMethodDescriptionHttpConnectionManager.Builder.getCommonHttpProtocolOptionsBuilder()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 HttpProtocolOptions.BuilderModifier and TypeMethodDescriptionHttpConnectionManager.Builder.setCommonHttpProtocolOptions(HttpProtocolOptions.Builder builderForValue) Additional settings for HTTP requests handled by the connection manager. -
Uses of HttpProtocolOptions.Builder in io.envoyproxy.envoy.extensions.upstreams.http.v3
Methods in io.envoyproxy.envoy.extensions.upstreams.http.v3 that return HttpProtocolOptions.BuilderModifier and TypeMethodDescriptionHttpProtocolOptions.Builder.getCommonHttpProtocolOptionsBuilder()This contains options common across HTTP/1 and HTTP/2Methods in io.envoyproxy.envoy.extensions.upstreams.http.v3 with parameters of type HttpProtocolOptions.BuilderModifier and TypeMethodDescriptionHttpProtocolOptions.Builder.setCommonHttpProtocolOptions(HttpProtocolOptions.Builder builderForValue) This contains options common across HTTP/1 and HTTP/2