Uses of Interface
io.envoyproxy.envoy.config.bootstrap.v3.CustomInlineHeaderOrBuilder
-
Packages that use CustomInlineHeaderOrBuilder Package Description io.envoyproxy.envoy.config.bootstrap.v3 -
-
Uses of CustomInlineHeaderOrBuilder in io.envoyproxy.envoy.config.bootstrap.v3
Classes in io.envoyproxy.envoy.config.bootstrap.v3 that implement CustomInlineHeaderOrBuilder Modifier and Type Class Description classCustomInlineHeaderUsed to specify the header that needs to be registered as an inline header.static classCustomInlineHeader.BuilderUsed to specify the header that needs to be registered as an inline header.Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return CustomInlineHeaderOrBuilder Modifier and Type Method Description CustomInlineHeaderOrBuilderBootstrap.Builder. getInlineHeadersOrBuilder(int index)Specifies a set of headers that need to be registered as inline header.CustomInlineHeaderOrBuilderBootstrap. getInlineHeadersOrBuilder(int index)Specifies a set of headers that need to be registered as inline header.CustomInlineHeaderOrBuilderBootstrapOrBuilder. getInlineHeadersOrBuilder(int index)Specifies a set of headers that need to be registered as inline header.Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type CustomInlineHeaderOrBuilder Modifier and Type Method Description List<? extends CustomInlineHeaderOrBuilder>Bootstrap.Builder. getInlineHeadersOrBuilderList()Specifies a set of headers that need to be registered as inline header.List<? extends CustomInlineHeaderOrBuilder>Bootstrap. getInlineHeadersOrBuilderList()Specifies a set of headers that need to be registered as inline header.List<? extends CustomInlineHeaderOrBuilder>BootstrapOrBuilder. getInlineHeadersOrBuilderList()Specifies a set of headers that need to be registered as inline header.
-