public abstract class RoutingContextImplBase extends Object implements RoutingContext
| Modifier and Type | Field and Description |
|---|---|
protected io.vertx.ext.web.impl.RouteState |
currentRoute |
protected Iterator<RouteImpl> |
iter |
protected String |
mountPoint |
protected HttpServerRequest |
request |
| Modifier and Type | Method and Description |
|---|---|
Route |
currentRoute() |
String |
mountPoint() |
protected void |
unhandledFailure(int statusCode,
Throwable failure,
RouterImpl router) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptableLanguages, acceptableLocales, addBodyEndHandler, addCookie, addCookie, addHeadersEndHandler, clearUser, cookieCount, cookieMap, cookies, data, fail, fail, fail, failed, failure, fileUploads, get, getAcceptableContentType, getBody, getBodyAsJson, getBodyAsJsonArray, getBodyAsString, getBodyAsString, getCookie, next, normalisedPath, parsedHeaders, pathParam, pathParams, preferredLanguage, preferredLocale, put, queryParam, queryParams, remove, removeBodyEndHandler, removeCookie, removeCookie, removeHeadersEndHandler, request, reroute, reroute, response, session, setAcceptableContentType, setBody, setSession, setUser, statusCode, user, vertxprotected final String mountPoint
protected final HttpServerRequest request
protected io.vertx.ext.web.impl.RouteState currentRoute
public String mountPoint()
mountPoint in interface RoutingContextpublic Route currentRoute()
currentRoute in interface RoutingContextprotected void unhandledFailure(int statusCode,
Throwable failure,
RouterImpl router)
Copyright © 2020. All rights reserved.