Class QuarkusRequestWrapper.ResponseWrapper
- java.lang.Object
-
- io.quarkus.vertx.http.runtime.filters.AbstractResponseWrapper
-
- io.quarkus.vertx.http.runtime.filters.QuarkusRequestWrapper.ResponseWrapper
-
- All Implemented Interfaces:
io.vertx.core.http.HttpServerResponse,io.vertx.core.streams.StreamBase,io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>
- Enclosing class:
- QuarkusRequestWrapper
class QuarkusRequestWrapper.ResponseWrapper extends AbstractResponseWrapper
-
-
Field Summary
Fields Modifier and Type Field 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.HttpServerRequestrequest
-
Constructor Summary
Constructors Constructor Description ResponseWrapper(io.vertx.core.http.HttpServerResponse delegate, io.vertx.core.http.HttpServerRequest request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.http.HttpServerResponseaddCookie(io.vertx.core.http.Cookie cookie)io.vertx.core.http.HttpServerResponsecloseHandler(io.vertx.core.Handler<Void> handler)io.vertx.core.http.HttpServerResponseendHandler(io.vertx.core.Handler<Void> handler)io.vertx.core.http.HttpServerResponseexceptionHandler(io.vertx.core.Handler<Throwable> handler)-
Methods inherited from class io.quarkus.vertx.http.runtime.filters.AbstractResponseWrapper
bodyEndHandler, bytesWritten, close, closed, drainHandler, end, end, end, end, end, end, end, end, ended, getStatusCode, getStatusMessage, headers, headersEndHandler, headWritten, isChunked, push, push, push, push, push, push, push, push, putHeader, putHeader, putHeader, putHeader, putTrailer, putTrailer, putTrailer, putTrailer, removeCookie, removeCookie, reset, reset, send, send, send, send, send, send, send, send, sendFile, sendFile, sendFile, sendFile, sendFile, sendFile, setChunked, setStatusCode, setStatusMessage, setStreamPriority, setWriteQueueMaxSize, streamId, trailers, write, write, write, write, write, write, writeContinue, writeCustomFrame, writeCustomFrame, writeQueueFull
-
-
-
-
Method Detail
-
exceptionHandler
public io.vertx.core.http.HttpServerResponse exceptionHandler(io.vertx.core.Handler<Throwable> handler)
- Specified by:
exceptionHandlerin interfaceio.vertx.core.http.HttpServerResponse- Specified by:
exceptionHandlerin interfaceio.vertx.core.streams.StreamBase- Specified by:
exceptionHandlerin interfaceio.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>- Overrides:
exceptionHandlerin classAbstractResponseWrapper
-
closeHandler
public io.vertx.core.http.HttpServerResponse closeHandler(io.vertx.core.Handler<Void> handler)
- Specified by:
closeHandlerin interfaceio.vertx.core.http.HttpServerResponse- Overrides:
closeHandlerin classAbstractResponseWrapper
-
endHandler
public io.vertx.core.http.HttpServerResponse endHandler(io.vertx.core.Handler<Void> handler)
- Specified by:
endHandlerin interfaceio.vertx.core.http.HttpServerResponse- Overrides:
endHandlerin classAbstractResponseWrapper
-
addCookie
public io.vertx.core.http.HttpServerResponse addCookie(io.vertx.core.http.Cookie cookie)
- Specified by:
addCookiein interfaceio.vertx.core.http.HttpServerResponse- Overrides:
addCookiein classAbstractResponseWrapper
-
-