protected class ModifyResponseBodyGatewayFilterFactory.ModifiedServerHttpResponse
extends org.springframework.http.server.reactive.ServerHttpResponseDecorator
Constructor and Description |
---|
ModifiedServerHttpResponse(org.springframework.web.server.ServerWebExchange exchange,
ModifyResponseBodyGatewayFilterFactory.Config config) |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<Void> |
writeAndFlushWith(org.reactivestreams.Publisher<? extends org.reactivestreams.Publisher<? extends org.springframework.core.io.buffer.DataBuffer>> body) |
reactor.core.publisher.Mono<Void> |
writeWith(org.reactivestreams.Publisher<? extends org.springframework.core.io.buffer.DataBuffer> body) |
addCookie, beforeCommit, bufferFactory, getCookies, getDelegate, getHeaders, getStatusCode, isCommitted, setComplete, setStatusCode, toString
public ModifiedServerHttpResponse(org.springframework.web.server.ServerWebExchange exchange, ModifyResponseBodyGatewayFilterFactory.Config config)
public reactor.core.publisher.Mono<Void> writeWith(org.reactivestreams.Publisher<? extends org.springframework.core.io.buffer.DataBuffer> body)
writeWith
in interface org.springframework.http.ReactiveHttpOutputMessage
writeWith
in class org.springframework.http.server.reactive.ServerHttpResponseDecorator
public reactor.core.publisher.Mono<Void> writeAndFlushWith(org.reactivestreams.Publisher<? extends org.reactivestreams.Publisher<? extends org.springframework.core.io.buffer.DataBuffer>> body)
writeAndFlushWith
in interface org.springframework.http.ReactiveHttpOutputMessage
writeAndFlushWith
in class org.springframework.http.server.reactive.ServerHttpResponseDecorator
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.