public class VertxServerHttpRequest
extends org.springframework.http.server.reactive.AbstractServerHttpRequest
| Constructor and Description |
|---|
VertxServerHttpRequest(io.vertx.ext.web.RoutingContext context,
BufferConverter bufferConverter) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer> |
getBody() |
String |
getMethodValue() |
<T> T |
getNativeRequest() |
InetSocketAddress |
getRemoteAddress() |
protected org.springframework.util.MultiValueMap<String,org.springframework.http.HttpCookie> |
initCookies() |
protected org.springframework.http.server.reactive.SslInfo |
initSslInfo() |
getCookies, getHeaders, getId, getPath, getQueryParams, getSslInfo, getURI, initId, initQueryParamspublic VertxServerHttpRequest(io.vertx.ext.web.RoutingContext context,
BufferConverter bufferConverter)
public <T> T getNativeRequest()
getNativeRequest in class org.springframework.http.server.reactive.AbstractServerHttpRequestpublic String getMethodValue()
public reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer> getBody()
public InetSocketAddress getRemoteAddress()
protected org.springframework.util.MultiValueMap<String,org.springframework.http.HttpCookie> initCookies()
initCookies in class org.springframework.http.server.reactive.AbstractServerHttpRequestprotected org.springframework.http.server.reactive.SslInfo initSslInfo()
initSslInfo in class org.springframework.http.server.reactive.AbstractServerHttpRequestCopyright © 2019. All rights reserved.