Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.CustomInlineHeader
-
Packages that use CustomInlineHeader Package Description io.envoyproxy.envoy.config.bootstrap.v3 -
-
Uses of CustomInlineHeader in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 declared as CustomInlineHeader Modifier and Type Field Description private static CustomInlineHeaderCustomInlineHeader. DEFAULT_INSTANCEFields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type CustomInlineHeader Modifier and Type Field Description private java.util.List<CustomInlineHeader>Bootstrap.Builder. inlineHeaders_private java.util.List<CustomInlineHeader>Bootstrap. inlineHeaders_private com.google.protobuf.RepeatedFieldBuilder<CustomInlineHeader,CustomInlineHeader.Builder,CustomInlineHeaderOrBuilder>Bootstrap.Builder. inlineHeadersBuilder_private static com.google.protobuf.Parser<CustomInlineHeader>CustomInlineHeader. PARSERMethods in io.envoyproxy.envoy.config.bootstrap.v3 that return CustomInlineHeader Modifier and Type Method Description CustomInlineHeaderCustomInlineHeader.Builder. build()CustomInlineHeaderCustomInlineHeader.Builder. buildPartial()static CustomInlineHeaderCustomInlineHeader. getDefaultInstance()CustomInlineHeaderCustomInlineHeader.Builder. getDefaultInstanceForType()CustomInlineHeaderCustomInlineHeader. getDefaultInstanceForType()CustomInlineHeaderBootstrap.Builder. getInlineHeaders(int index)Specifies a set of headers that need to be registered as inline header.CustomInlineHeaderBootstrap. getInlineHeaders(int index)Specifies a set of headers that need to be registered as inline header.CustomInlineHeaderBootstrapOrBuilder. getInlineHeaders(int index)Specifies a set of headers that need to be registered as inline header.static CustomInlineHeaderCustomInlineHeader. parseDelimitedFrom(java.io.InputStream input)static CustomInlineHeaderCustomInlineHeader. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomInlineHeaderCustomInlineHeader. parseFrom(byte[] data)static CustomInlineHeaderCustomInlineHeader. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomInlineHeaderCustomInlineHeader. parseFrom(com.google.protobuf.ByteString data)static CustomInlineHeaderCustomInlineHeader. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomInlineHeaderCustomInlineHeader. parseFrom(com.google.protobuf.CodedInputStream input)static CustomInlineHeaderCustomInlineHeader. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomInlineHeaderCustomInlineHeader. parseFrom(java.io.InputStream input)static CustomInlineHeaderCustomInlineHeader. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomInlineHeaderCustomInlineHeader. parseFrom(java.nio.ByteBuffer data)static CustomInlineHeaderCustomInlineHeader. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type CustomInlineHeader Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<CustomInlineHeader,CustomInlineHeader.Builder,CustomInlineHeaderOrBuilder>Bootstrap.Builder. getInlineHeadersFieldBuilder()java.util.List<CustomInlineHeader>Bootstrap.Builder. getInlineHeadersList()Specifies a set of headers that need to be registered as inline header.java.util.List<CustomInlineHeader>Bootstrap. getInlineHeadersList()Specifies a set of headers that need to be registered as inline header.java.util.List<CustomInlineHeader>BootstrapOrBuilder. getInlineHeadersList()Specifies a set of headers that need to be registered as inline header.com.google.protobuf.Parser<CustomInlineHeader>CustomInlineHeader. getParserForType()static com.google.protobuf.Parser<CustomInlineHeader>CustomInlineHeader. parser()Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type CustomInlineHeader Modifier and Type Method Description Bootstrap.BuilderBootstrap.Builder. addInlineHeaders(int index, CustomInlineHeader value)Specifies a set of headers that need to be registered as inline header.Bootstrap.BuilderBootstrap.Builder. addInlineHeaders(CustomInlineHeader value)Specifies a set of headers that need to be registered as inline header.private voidCustomInlineHeader.Builder. buildPartial0(CustomInlineHeader result)CustomInlineHeader.BuilderCustomInlineHeader.Builder. mergeFrom(CustomInlineHeader other)static CustomInlineHeader.BuilderCustomInlineHeader. newBuilder(CustomInlineHeader prototype)Bootstrap.BuilderBootstrap.Builder. setInlineHeaders(int index, CustomInlineHeader value)Specifies a set of headers that need to be registered as inline header.Method parameters in io.envoyproxy.envoy.config.bootstrap.v3 with type arguments of type CustomInlineHeader Modifier and Type Method Description Bootstrap.BuilderBootstrap.Builder. addAllInlineHeaders(java.lang.Iterable<? extends CustomInlineHeader> values)Specifies a set of headers that need to be registered as inline header.
-