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, getNativeResponse, getStatusCode, isCommitted, setComplete, setStatusCode, toStringpublic 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.ReactiveHttpOutputMessagewriteWith in class org.springframework.http.server.reactive.ServerHttpResponseDecoratorpublic 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.ReactiveHttpOutputMessagewriteAndFlushWith in class org.springframework.http.server.reactive.ServerHttpResponseDecoratorCopyright © 2022 Pivotal Software, Inc.. All rights reserved.