Uses of Class
io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3.ResponseMapper.Builder
Packages that use ResponseMapper.Builder
-
Uses of ResponseMapper.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 ResponseMapper.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<ResponseMapper, ResponseMapper.Builder, ResponseMapperOrBuilder> LocalReplyConfig.Builder.mappersBuilder_
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return ResponseMapper.BuilderModifier and TypeMethodDescriptionResponseMapper.Builder.addAllHeadersToAdd
(Iterable<? extends HeaderValueOption> values) HTTP headers to add to a local reply.ResponseMapper.Builder.addHeadersToAdd
(int index, HeaderValueOption value) HTTP headers to add to a local reply.ResponseMapper.Builder.addHeadersToAdd
(int index, HeaderValueOption.Builder builderForValue) HTTP headers to add to a local reply.ResponseMapper.Builder.addHeadersToAdd
(HeaderValueOption value) HTTP headers to add to a local reply.ResponseMapper.Builder.addHeadersToAdd
(HeaderValueOption.Builder builderForValue) HTTP headers to add to a local reply.LocalReplyConfig.Builder.addMappersBuilder()
Configuration of list of mappers which allows to filter and change local response.LocalReplyConfig.Builder.addMappersBuilder
(int index) Configuration of list of mappers which allows to filter and change local response.ResponseMapper.Builder.clear()
ResponseMapper.Builder.clearBody()
The new local reply body text if specified.ResponseMapper.Builder.clearBodyFormatOverride()
A per mapper ``body_format`` to override the :ref:`body_format <envoy_v3_api_field_extensions.filters.network.http_connection_manager.v3.LocalReplyConfig.body_format>`.ResponseMapper.Builder.clearFilter()
Filter to determine if this mapper should apply.ResponseMapper.Builder.clearHeadersToAdd()
HTTP headers to add to a local reply.ResponseMapper.Builder.clearStatusCode()
The new response status code if specified.LocalReplyConfig.Builder.getMappersBuilder
(int index) Configuration of list of mappers which allows to filter and change local response.ResponseMapper.Builder.mergeBody
(DataSource value) The new local reply body text if specified.ResponseMapper.Builder.mergeBodyFormatOverride
(SubstitutionFormatString value) A per mapper ``body_format`` to override the :ref:`body_format <envoy_v3_api_field_extensions.filters.network.http_connection_manager.v3.LocalReplyConfig.body_format>`.ResponseMapper.Builder.mergeFilter
(AccessLogFilter value) Filter to determine if this mapper should apply.ResponseMapper.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ResponseMapper.Builder.mergeFrom
(com.google.protobuf.Message other) ResponseMapper.Builder.mergeFrom
(ResponseMapper other) ResponseMapper.Builder.mergeStatusCode
(com.google.protobuf.UInt32Value value) The new response status code if specified.static ResponseMapper.Builder
ResponseMapper.newBuilder()
static ResponseMapper.Builder
ResponseMapper.newBuilder
(ResponseMapper prototype) ResponseMapper.newBuilderForType()
protected ResponseMapper.Builder
ResponseMapper.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) ResponseMapper.Builder.removeHeadersToAdd
(int index) HTTP headers to add to a local reply.ResponseMapper.Builder.setBody
(DataSource value) The new local reply body text if specified.ResponseMapper.Builder.setBody
(DataSource.Builder builderForValue) The new local reply body text if specified.ResponseMapper.Builder.setBodyFormatOverride
(SubstitutionFormatString value) A per mapper ``body_format`` to override the :ref:`body_format <envoy_v3_api_field_extensions.filters.network.http_connection_manager.v3.LocalReplyConfig.body_format>`.ResponseMapper.Builder.setBodyFormatOverride
(SubstitutionFormatString.Builder builderForValue) A per mapper ``body_format`` to override the :ref:`body_format <envoy_v3_api_field_extensions.filters.network.http_connection_manager.v3.LocalReplyConfig.body_format>`.ResponseMapper.Builder.setFilter
(AccessLogFilter value) Filter to determine if this mapper should apply.ResponseMapper.Builder.setFilter
(AccessLogFilter.Builder builderForValue) Filter to determine if this mapper should apply.ResponseMapper.Builder.setHeadersToAdd
(int index, HeaderValueOption value) HTTP headers to add to a local reply.ResponseMapper.Builder.setHeadersToAdd
(int index, HeaderValueOption.Builder builderForValue) HTTP headers to add to a local reply.ResponseMapper.Builder.setStatusCode
(com.google.protobuf.UInt32Value value) The new response status code if specified.ResponseMapper.Builder.setStatusCode
(com.google.protobuf.UInt32Value.Builder builderForValue) The new response status code if specified.ResponseMapper.toBuilder()
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type ResponseMapper.BuilderModifier and TypeMethodDescriptionLocalReplyConfig.Builder.getMappersBuilderList()
Configuration of list of mappers which allows to filter and change local response.private com.google.protobuf.RepeatedFieldBuilder
<ResponseMapper, ResponseMapper.Builder, ResponseMapperOrBuilder> LocalReplyConfig.Builder.getMappersFieldBuilder()
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type ResponseMapper.BuilderModifier and TypeMethodDescriptionLocalReplyConfig.Builder.addMappers
(int index, ResponseMapper.Builder builderForValue) 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.setMappers
(int index, ResponseMapper.Builder builderForValue) Configuration of list of mappers which allows to filter and change local response.