Class VertxServerHttpRequest

  • All Implemented Interfaces:
    org.springframework.http.HttpMessage, org.springframework.http.HttpRequest, org.springframework.http.ReactiveHttpInputMessage, org.springframework.http.server.reactive.ServerHttpRequest

    public class VertxServerHttpRequest
    extends org.springframework.http.server.reactive.AbstractServerHttpRequest
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.springframework.http.server.reactive.ServerHttpRequest

        org.springframework.http.server.reactive.ServerHttpRequest.Builder
    • Constructor Detail

      • VertxServerHttpRequest

        public VertxServerHttpRequest​(io.vertx.ext.web.RoutingContext context,
                                      BufferConverter bufferConverter)
    • Method Detail

      • getNativeRequest

        public <T> T getNativeRequest()
        Specified by:
        getNativeRequest in class org.springframework.http.server.reactive.AbstractServerHttpRequest
      • getMethodValue

        public String getMethodValue()
      • getBody

        public reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer> getBody()
      • initCookies

        protected org.springframework.util.MultiValueMap<String,​org.springframework.http.HttpCookie> initCookies()
        Specified by:
        initCookies in class org.springframework.http.server.reactive.AbstractServerHttpRequest
      • initSslInfo

        protected org.springframework.http.server.reactive.SslInfo initSslInfo()
        Specified by:
        initSslInfo in class org.springframework.http.server.reactive.AbstractServerHttpRequest