类 SystemServerHttpResponseDecorator

java.lang.Object
org.springframework.http.server.reactive.ServerHttpResponseDecorator
org.wxz.business.decorator.SystemServerHttpResponseDecorator
所有已实现的接口:
org.springframework.http.HttpMessage, org.springframework.http.ReactiveHttpOutputMessage, org.springframework.http.server.reactive.ServerHttpResponse

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)
     

    从类继承的方法 org.springframework.http.server.reactive.ServerHttpResponseDecorator

    addCookie, beforeCommit, bufferFactory, getCookies, getDelegate, getHeaders, getStatusCode, isCommitted, setComplete, setStatusCode, toString

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    从接口继承的方法 org.springframework.http.server.reactive.ServerHttpResponse

    getRawStatusCode, setRawStatusCode
  • 构造器详细资料

    • SystemServerHttpResponseDecorator

      public SystemServerHttpResponseDecorator(org.springframework.web.server.ServerWebExchange exchange, String enDecrypt)
  • 方法详细资料

    • writeWith

      public reactor.core.publisher.Mono<Void> writeWith(org.reactivestreams.Publisher<? extends org.springframework.core.io.buffer.DataBuffer> body)
      指定者:
      writeWith 在接口中 org.springframework.http.ReactiveHttpOutputMessage
      覆盖:
      writeWith 在类中 org.springframework.http.server.reactive.ServerHttpResponseDecorator
    • writeAndFlushWith

      public 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.ReactiveHttpOutputMessage
      覆盖:
      writeAndFlushWith 在类中 org.springframework.http.server.reactive.ServerHttpResponseDecorator