public class SystemServerHttpResponseDecorator
extends org.springframework.http.server.reactive.ServerHttpResponseDecorator
| 构造器和说明 |
|---|
SystemServerHttpResponseDecorator(org.springframework.web.server.ServerWebExchange exchange,
String enDecrypt) |
| 限定符和类型 | 方法和说明 |
|---|---|
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, toStringpublic SystemServerHttpResponseDecorator(org.springframework.web.server.ServerWebExchange exchange,
String enDecrypt)
public reactor.core.publisher.Mono<Void> writeWith(org.reactivestreams.Publisher<? extends org.springframework.core.io.buffer.DataBuffer> body)
writeWith 在接口中 org.springframework.http.ReactiveHttpOutputMessagewriteWith 在类中 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 在接口中 org.springframework.http.ReactiveHttpOutputMessagewriteAndFlushWith 在类中 org.springframework.http.server.reactive.ServerHttpResponseDecoratorCopyright © 2025. All rights reserved.