public class ModifyRequestBodyGatewayFilterFactory extends AbstractGatewayFilterFactory<ModifyRequestBodyGatewayFilterFactory.Config>
Modifier and Type | Class and Description |
---|---|
static class |
ModifyRequestBodyGatewayFilterFactory.Config |
AbstractGatewayFilterFactory.NameConfig
ShortcutConfigurable.ShortcutType
NAME_KEY, VALUE_KEY
Constructor and Description |
---|
ModifyRequestBodyGatewayFilterFactory() |
ModifyRequestBodyGatewayFilterFactory(List<org.springframework.http.codec.HttpMessageReader<?>> messageReaders) |
Modifier and Type | Method and Description |
---|---|
GatewayFilter |
apply(ModifyRequestBodyGatewayFilterFactory.Config config) |
protected reactor.core.publisher.Mono<Void> |
release(org.springframework.web.server.ServerWebExchange exchange,
CachedBodyOutputMessage outputMessage,
Throwable throwable) |
getPublisher, setApplicationEventPublisher
getConfigClass, newConfig, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
apply, apply, apply, getConfigClass, name, newConfig
getValue, normalizeKey, shortcutFieldOrder, shortcutFieldPrefix, shortcutType
public ModifyRequestBodyGatewayFilterFactory()
public ModifyRequestBodyGatewayFilterFactory(List<org.springframework.http.codec.HttpMessageReader<?>> messageReaders)
public GatewayFilter apply(ModifyRequestBodyGatewayFilterFactory.Config config)
protected reactor.core.publisher.Mono<Void> release(org.springframework.web.server.ServerWebExchange exchange, CachedBodyOutputMessage outputMessage, Throwable throwable)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.