Package io.quarkus.vertx.web.runtime
Class RoutingExchangeImpl
java.lang.Object
io.quarkus.vertx.web.runtime.RoutingExchangeImpl
- All Implemented Interfaces:
RoutingExchange
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.vertx.web.RoutingExchange
getHeader, getParam, notFound, ok, ok, request, response, serverError
-
Constructor Details
-
RoutingExchangeImpl
public RoutingExchangeImpl(io.vertx.ext.web.RoutingContext context)
-
-
Method Details
-
context
public io.vertx.ext.web.RoutingContext context()- Specified by:
contextin interfaceRoutingExchange- Returns:
- the underlying Vert.x routing context.
-