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
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionResponseWrapper(io.vertx.core.http.HttpServerResponse delegate, io.vertx.core.http.HttpServerRequest request) -
Method Summary
Modifier and TypeMethodDescriptionio.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, push, putHeader, putHeader, putHeader, putHeader, putTrailer, putTrailer, putTrailer, putTrailer, removeCookie, removeCookie, removeCookie, removeCookie, removeCookies, removeCookies, 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, writeEarlyHints, writeEarlyHints, writeHead, writeQueueFullMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.vertx.core.http.HttpServerResponse
push, push, push
-
Field Details
-
Constructor Details
-
ResponseWrapper
ResponseWrapper(io.vertx.core.http.HttpServerResponse delegate, io.vertx.core.http.HttpServerRequest request)
-
-
Method Details
-
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
- Specified by:
closeHandlerin interfaceio.vertx.core.http.HttpServerResponse- Overrides:
closeHandlerin classAbstractResponseWrapper
-
endHandler
- 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
-