Uses of Class
io.envoyproxy.envoy.config.core.v3.Http1ProtocolOptions.HeaderKeyFormat.Builder
Packages that use Http1ProtocolOptions.HeaderKeyFormat.Builder
-
Uses of Http1ProtocolOptions.HeaderKeyFormat.Builder in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type Http1ProtocolOptions.HeaderKeyFormat.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Http1ProtocolOptions.HeaderKeyFormat, Http1ProtocolOptions.HeaderKeyFormat.Builder, Http1ProtocolOptions.HeaderKeyFormatOrBuilder> Http1ProtocolOptions.Builder.headerKeyFormatBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return Http1ProtocolOptions.HeaderKeyFormat.BuilderModifier and TypeMethodDescriptionHttp1ProtocolOptions.HeaderKeyFormat.Builder.clear()
Http1ProtocolOptions.HeaderKeyFormat.Builder.clearHeaderFormat()
Http1ProtocolOptions.HeaderKeyFormat.Builder.clearProperCaseWords()
Formats the header by proper casing words: the first character and any character following a special character will be capitalized if it's an alpha character.Http1ProtocolOptions.HeaderKeyFormat.Builder.clearStatefulFormatter()
Configuration for stateful formatter extensions that allow using received headers to affect the output of encoding headers.Http1ProtocolOptions.Builder.getHeaderKeyFormatBuilder()
Describes how the keys for response headers should be formatted.Http1ProtocolOptions.HeaderKeyFormat.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Http1ProtocolOptions.HeaderKeyFormat.Builder.mergeFrom
(com.google.protobuf.Message other) Http1ProtocolOptions.HeaderKeyFormat.Builder.mergeFrom
(Http1ProtocolOptions.HeaderKeyFormat other) Http1ProtocolOptions.HeaderKeyFormat.Builder.mergeProperCaseWords
(Http1ProtocolOptions.HeaderKeyFormat.ProperCaseWords value) Formats the header by proper casing words: the first character and any character following a special character will be capitalized if it's an alpha character.Http1ProtocolOptions.HeaderKeyFormat.Builder.mergeStatefulFormatter
(TypedExtensionConfig value) Configuration for stateful formatter extensions that allow using received headers to affect the output of encoding headers.Http1ProtocolOptions.HeaderKeyFormat.newBuilder()
Http1ProtocolOptions.HeaderKeyFormat.newBuilder
(Http1ProtocolOptions.HeaderKeyFormat prototype) Http1ProtocolOptions.HeaderKeyFormat.newBuilderForType()
Http1ProtocolOptions.HeaderKeyFormat.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Http1ProtocolOptions.HeaderKeyFormat.Builder.setProperCaseWords
(Http1ProtocolOptions.HeaderKeyFormat.ProperCaseWords value) Formats the header by proper casing words: the first character and any character following a special character will be capitalized if it's an alpha character.Http1ProtocolOptions.HeaderKeyFormat.Builder.setProperCaseWords
(Http1ProtocolOptions.HeaderKeyFormat.ProperCaseWords.Builder builderForValue) Formats the header by proper casing words: the first character and any character following a special character will be capitalized if it's an alpha character.Http1ProtocolOptions.HeaderKeyFormat.Builder.setStatefulFormatter
(TypedExtensionConfig value) Configuration for stateful formatter extensions that allow using received headers to affect the output of encoding headers.Http1ProtocolOptions.HeaderKeyFormat.Builder.setStatefulFormatter
(TypedExtensionConfig.Builder builderForValue) Configuration for stateful formatter extensions that allow using received headers to affect the output of encoding headers.Http1ProtocolOptions.HeaderKeyFormat.toBuilder()
Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type Http1ProtocolOptions.HeaderKeyFormat.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Http1ProtocolOptions.HeaderKeyFormat, Http1ProtocolOptions.HeaderKeyFormat.Builder, Http1ProtocolOptions.HeaderKeyFormatOrBuilder> Http1ProtocolOptions.Builder.internalGetHeaderKeyFormatFieldBuilder()
Describes how the keys for response headers should be formatted.Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type Http1ProtocolOptions.HeaderKeyFormat.BuilderModifier and TypeMethodDescriptionHttp1ProtocolOptions.Builder.setHeaderKeyFormat
(Http1ProtocolOptions.HeaderKeyFormat.Builder builderForValue) Describes how the keys for response headers should be formatted.