class QuarkusRequestWrapper.ResponseWrapper extends AbstractResponseWrapper
| Modifier and Type | Field and Description |
|---|---|
(package private) io.vertx.core.Handler<Void> |
closeHandler |
(package private) io.vertx.core.Handler<Void> |
endHandler |
(package private) io.vertx.core.Handler<Throwable> |
exceptionHandler |
(package private) io.vertx.core.http.HttpServerRequest |
request |
| Constructor and Description |
|---|
ResponseWrapper(io.vertx.core.http.HttpServerResponse delegate,
io.vertx.core.http.HttpServerRequest request) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.http.HttpServerResponse |
addCookie(io.vertx.core.http.Cookie cookie) |
io.vertx.core.http.HttpServerResponse |
closeHandler(io.vertx.core.Handler<Void> handler) |
io.vertx.core.http.HttpServerResponse |
endHandler(io.vertx.core.Handler<Void> handler) |
io.vertx.core.http.HttpServerResponse |
exceptionHandler(io.vertx.core.Handler<Throwable> handler) |
bodyEndHandler, bytesWritten, close, closed, drainHandler, end, end, end, end, end, end, end, end, ended, getStatusCode, getStatusMessage, headers, headersEndHandler, headWritten, isChunked, push, push, push, push, putHeader, putHeader, putHeader, putHeader, putTrailer, putTrailer, putTrailer, putTrailer, removeCookie, removeCookie, reset, reset, sendFile, sendFile, sendFile, sendFile, sendFile, sendFile, setChunked, setStatusCode, setStatusMessage, setStreamPriority, setWriteQueueMaxSize, streamId, trailers, write, write, write, write, write, write, writeContinue, writeCustomFrame, writeCustomFrame, writeQueueFullfinal io.vertx.core.http.HttpServerRequest request
io.vertx.core.Handler<Void> endHandler
io.vertx.core.Handler<Void> closeHandler
io.vertx.core.Handler<Throwable> exceptionHandler
ResponseWrapper(io.vertx.core.http.HttpServerResponse delegate,
io.vertx.core.http.HttpServerRequest request)
public io.vertx.core.http.HttpServerResponse exceptionHandler(io.vertx.core.Handler<Throwable> handler)
exceptionHandler in interface io.vertx.core.http.HttpServerResponseexceptionHandler in interface io.vertx.core.streams.StreamBaseexceptionHandler in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>exceptionHandler in class AbstractResponseWrapperpublic io.vertx.core.http.HttpServerResponse closeHandler(io.vertx.core.Handler<Void> handler)
closeHandler in interface io.vertx.core.http.HttpServerResponsecloseHandler in class AbstractResponseWrapperpublic io.vertx.core.http.HttpServerResponse endHandler(io.vertx.core.Handler<Void> handler)
endHandler in interface io.vertx.core.http.HttpServerResponseendHandler in class AbstractResponseWrapperpublic io.vertx.core.http.HttpServerResponse addCookie(io.vertx.core.http.Cookie cookie)
addCookie in interface io.vertx.core.http.HttpServerResponseaddCookie in class AbstractResponseWrapperCopyright © 2021 JBoss by Red Hat. All rights reserved.