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
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type LocalReplyConfig.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<LocalReplyConfig, LocalReplyConfig.Builder, LocalReplyConfigOrBuilder> HttpConnectionManager.Builder.localReplyConfigBuilder_
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.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.clearMappers()
Configuration of list of mappers which allows to filter and change local response.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) static LocalReplyConfig.Builder
LocalReplyConfig.newBuilder()
static LocalReplyConfig.Builder
LocalReplyConfig.newBuilder
(LocalReplyConfig prototype) LocalReplyConfig.newBuilderForType()
protected LocalReplyConfig.Builder
LocalReplyConfig.newBuilderForType
(com.google.protobuf.AbstractMessage.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.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.toBuilder()
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type LocalReplyConfig.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<LocalReplyConfig, LocalReplyConfig.Builder, LocalReplyConfigOrBuilder> HttpConnectionManager.Builder.internalGetLocalReplyConfigFieldBuilder()
The configuration to customize local reply returned by Envoy.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.