class ShutdownRequestWrapper.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 |
| Constructor and Description |
|---|
ResponseWrapper(io.vertx.core.http.HttpServerResponse delegate) |
| Modifier and Type | Method and Description |
|---|---|
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) |
addCookie, 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, writeQueueFullio.vertx.core.Handler<Void> endHandler
io.vertx.core.Handler<Void> closeHandler
io.vertx.core.Handler<Throwable> exceptionHandler
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 AbstractResponseWrapperCopyright © 2020 JBoss by Red Hat. All rights reserved.