public class VertxServerHttpResponse
extends org.springframework.http.server.reactive.AbstractServerHttpResponse
implements org.springframework.http.ZeroCopyHttpOutputMessage
| Constructor and Description |
|---|
VertxServerHttpResponse(io.vertx.ext.web.RoutingContext context,
BufferConverter bufferConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyCookies() |
protected void |
applyHeaders() |
protected void |
applyStatusCode() |
<T> T |
getNativeResponse() |
protected reactor.core.publisher.Mono<Void> |
writeAndFlushWithInternal(org.reactivestreams.Publisher<? extends org.reactivestreams.Publisher<? extends org.springframework.core.io.buffer.DataBuffer>> chunks) |
reactor.core.publisher.Mono<Void> |
writeWith(Path file,
long position,
long count) |
protected reactor.core.publisher.Mono<Void> |
writeWithInternal(org.reactivestreams.Publisher<? extends org.springframework.core.io.buffer.DataBuffer> chunks) |
addCookie, beforeCommit, bufferFactory, doCommit, doCommit, getCookies, getHeaders, getStatusCode, getStatusCodeValue, isCommitted, setComplete, setStatusCode, setStatusCodeValue, writeAndFlushWith, writeWithclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic VertxServerHttpResponse(io.vertx.ext.web.RoutingContext context,
BufferConverter bufferConverter)
public <T> T getNativeResponse()
getNativeResponse in class org.springframework.http.server.reactive.AbstractServerHttpResponsepublic reactor.core.publisher.Mono<Void> writeWith(Path file, long position, long count)
writeWith in interface org.springframework.http.ZeroCopyHttpOutputMessageprotected reactor.core.publisher.Mono<Void> writeWithInternal(org.reactivestreams.Publisher<? extends org.springframework.core.io.buffer.DataBuffer> chunks)
writeWithInternal in class org.springframework.http.server.reactive.AbstractServerHttpResponseprotected reactor.core.publisher.Mono<Void> writeAndFlushWithInternal(org.reactivestreams.Publisher<? extends org.reactivestreams.Publisher<? extends org.springframework.core.io.buffer.DataBuffer>> chunks)
writeAndFlushWithInternal in class org.springframework.http.server.reactive.AbstractServerHttpResponseprotected void applyStatusCode()
applyStatusCode in class org.springframework.http.server.reactive.AbstractServerHttpResponseprotected void applyHeaders()
applyHeaders in class org.springframework.http.server.reactive.AbstractServerHttpResponseprotected void applyCookies()
applyCookies in class org.springframework.http.server.reactive.AbstractServerHttpResponseCopyright © 2020. All rights reserved.