Uses of Class
io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3.LocalReplyConfig.Builder
Packages that use LocalReplyConfig.Builder
-
Uses of LocalReplyConfig.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 LocalReplyConfig.BuilderModifier and TypeMethodDescriptionLocalReplyConfig.Builder.addAllMappers(Iterable<? extends ResponseMapper> values) Configuration of list of mappers which allows to filter and change local response.LocalReplyConfig.Builder.addMappers(int index, ResponseMapper value) Configuration of list of mappers which allows to filter and change local response.LocalReplyConfig.Builder.addMappers(int index, ResponseMapper.Builder builderForValue) Configuration of list of mappers which allows to filter and change local response.LocalReplyConfig.Builder.addMappers(ResponseMapper value) Configuration of list of mappers which allows to filter and change local response.LocalReplyConfig.Builder.addMappers(ResponseMapper.Builder builderForValue) Configuration of list of mappers which allows to filter and change local response.LocalReplyConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) LocalReplyConfig.Builder.clear()LocalReplyConfig.Builder.clearBodyFormat()The configuration to form response body from the :ref:`command operators <config_access_log_command_operators>` and to specify response content type as one of: plain/text or application/json.LocalReplyConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) LocalReplyConfig.Builder.clearMappers()Configuration of list of mappers which allows to filter and change local response.LocalReplyConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) LocalReplyConfig.Builder.clone()HttpConnectionManager.Builder.getLocalReplyConfigBuilder()The configuration to customize local reply returned by Envoy.LocalReplyConfig.Builder.mergeBodyFormat(SubstitutionFormatString value) The configuration to form response body from the :ref:`command operators <config_access_log_command_operators>` and to specify response content type as one of: plain/text or application/json.LocalReplyConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) LocalReplyConfig.Builder.mergeFrom(com.google.protobuf.Message other) LocalReplyConfig.Builder.mergeFrom(LocalReplyConfig other) final LocalReplyConfig.BuilderLocalReplyConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static LocalReplyConfig.BuilderLocalReplyConfig.newBuilder()static LocalReplyConfig.BuilderLocalReplyConfig.newBuilder(LocalReplyConfig prototype) LocalReplyConfig.newBuilderForType()protected LocalReplyConfig.BuilderLocalReplyConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) LocalReplyConfig.Builder.removeMappers(int index) Configuration of list of mappers which allows to filter and change local response.LocalReplyConfig.Builder.setBodyFormat(SubstitutionFormatString value) The configuration to form response body from the :ref:`command operators <config_access_log_command_operators>` and to specify response content type as one of: plain/text or application/json.LocalReplyConfig.Builder.setBodyFormat(SubstitutionFormatString.Builder builderForValue) The configuration to form response body from the :ref:`command operators <config_access_log_command_operators>` and to specify response content type as one of: plain/text or application/json.LocalReplyConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) LocalReplyConfig.Builder.setMappers(int index, ResponseMapper value) Configuration of list of mappers which allows to filter and change local response.LocalReplyConfig.Builder.setMappers(int index, ResponseMapper.Builder builderForValue) Configuration of list of mappers which allows to filter and change local response.LocalReplyConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final LocalReplyConfig.BuilderLocalReplyConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) LocalReplyConfig.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type LocalReplyConfig.BuilderModifier and TypeMethodDescriptionHttpConnectionManager.Builder.setLocalReplyConfig(LocalReplyConfig.Builder builderForValue) The configuration to customize local reply returned by Envoy.