Uses of Class
io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3.ResponseMapper
-
Packages that use ResponseMapper Package Description io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 -
-
Uses of ResponseMapper 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 ResponseMapper Modifier and Type Method Description ResponseMapperResponseMapper.Builder. build()ResponseMapperResponseMapper.Builder. buildPartial()static ResponseMapperResponseMapper. getDefaultInstance()ResponseMapperResponseMapper.Builder. getDefaultInstanceForType()ResponseMapperResponseMapper. getDefaultInstanceForType()ResponseMapperLocalReplyConfig.Builder. getMappers(int index)Configuration of list of mappers which allows to filter and change local response.ResponseMapperLocalReplyConfig. getMappers(int index)Configuration of list of mappers which allows to filter and change local response.ResponseMapperLocalReplyConfigOrBuilder. getMappers(int index)Configuration of list of mappers which allows to filter and change local response.static ResponseMapperResponseMapper. parseDelimitedFrom(InputStream input)static ResponseMapperResponseMapper. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResponseMapperResponseMapper. parseFrom(byte[] data)static ResponseMapperResponseMapper. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResponseMapperResponseMapper. parseFrom(com.google.protobuf.ByteString data)static ResponseMapperResponseMapper. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResponseMapperResponseMapper. parseFrom(com.google.protobuf.CodedInputStream input)static ResponseMapperResponseMapper. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResponseMapperResponseMapper. parseFrom(InputStream input)static ResponseMapperResponseMapper. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResponseMapperResponseMapper. parseFrom(ByteBuffer data)static ResponseMapperResponseMapper. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type ResponseMapper Modifier and Type Method Description List<ResponseMapper>LocalReplyConfig.Builder. getMappersList()Configuration of list of mappers which allows to filter and change local response.List<ResponseMapper>LocalReplyConfig. getMappersList()Configuration of list of mappers which allows to filter and change local response.List<ResponseMapper>LocalReplyConfigOrBuilder. getMappersList()Configuration of list of mappers which allows to filter and change local response.com.google.protobuf.Parser<ResponseMapper>ResponseMapper. getParserForType()static com.google.protobuf.Parser<ResponseMapper>ResponseMapper. parser()Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type ResponseMapper Modifier and Type Method Description LocalReplyConfig.BuilderLocalReplyConfig.Builder. addMappers(int index, ResponseMapper value)Configuration of list of mappers which allows to filter and change local response.LocalReplyConfig.BuilderLocalReplyConfig.Builder. addMappers(ResponseMapper value)Configuration of list of mappers which allows to filter and change local response.ResponseMapper.BuilderResponseMapper.Builder. mergeFrom(ResponseMapper other)static ResponseMapper.BuilderResponseMapper. newBuilder(ResponseMapper prototype)LocalReplyConfig.BuilderLocalReplyConfig.Builder. setMappers(int index, ResponseMapper value)Configuration of list of mappers which allows to filter and change local response.Method parameters in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type arguments of type ResponseMapper Modifier and Type Method Description LocalReplyConfig.BuilderLocalReplyConfig.Builder. addAllMappers(Iterable<? extends ResponseMapper> values)Configuration of list of mappers which allows to filter and change local response.
-