public class QuarkusRequestWrapper extends AbstractRequestWrapper
| Modifier and Type | Class and Description |
|---|---|
class |
QuarkusRequestWrapper.QuarkusCookie |
(package private) class |
QuarkusRequestWrapper.ResponseWrapper |
| Modifier and Type | Field and Description |
|---|---|
static String |
FAKE_COOKIE_NAME
Huge hack, to work around the fact that there is no way to directly access this class once it is wrapped,
we use a fake cookie
|
delegate| Constructor and Description |
|---|
QuarkusRequestWrapper(io.vertx.core.http.HttpServerRequest event,
BiConsumer<io.vertx.core.http.Cookie,io.vertx.core.http.HttpServerRequest> cookieConsumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRequestDoneHandler(io.vertx.core.Handler<Void> handler) |
(package private) void |
done() |
io.vertx.core.http.HttpServerRequest |
exceptionHandler(io.vertx.core.Handler<Throwable> handler) |
static QuarkusRequestWrapper |
get(io.vertx.core.http.HttpServerRequest request) |
io.vertx.core.http.Cookie |
getCookie(String name) |
io.vertx.core.http.HttpServerResponse |
response() |
absoluteURI, bodyHandler, bytesRead, connection, cookieCount, cookieMap, customFrameHandler, endHandler, fetch, formAttributes, getFormAttribute, getHeader, getHeader, getParam, handler, headers, host, isEnded, isExpectMultipart, isSSL, localAddress, method, netSocket, params, path, pause, peerCertificateChain, query, rawMethod, remoteAddress, resume, scheme, setExpectMultipart, sslSession, streamPriority, streamPriorityHandler, upgrade, uploadHandler, uri, versionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final String FAKE_COOKIE_NAME
public QuarkusRequestWrapper(io.vertx.core.http.HttpServerRequest event,
BiConsumer<io.vertx.core.http.Cookie,io.vertx.core.http.HttpServerRequest> cookieConsumer)
public static QuarkusRequestWrapper get(io.vertx.core.http.HttpServerRequest request)
public void addRequestDoneHandler(io.vertx.core.Handler<Void> handler)
public io.vertx.core.http.HttpServerResponse response()
response in interface io.vertx.core.http.HttpServerRequestresponse in class AbstractRequestWrappervoid done()
public io.vertx.core.http.HttpServerRequest exceptionHandler(io.vertx.core.Handler<Throwable> handler)
exceptionHandler in interface io.vertx.core.http.HttpServerRequestexceptionHandler in interface io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>exceptionHandler in interface io.vertx.core.streams.StreamBaseexceptionHandler in class AbstractRequestWrapperpublic io.vertx.core.http.Cookie getCookie(String name)
getCookie in interface io.vertx.core.http.HttpServerRequestgetCookie in class AbstractRequestWrapperCopyright © 2021 JBoss by Red Hat. All rights reserved.