public interface RoutingContextInternal extends RoutingContext
| Modifier and Type | Field and Description |
|---|---|
static int |
BODY_HANDLER |
static int |
CORS_HANDLER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
seenHandler(int id)
returns true if the current context has been visited by the handler with
id. |
RoutingContextInternal |
setMatchFailure(int matchFailure)
propagates a matching failure across routers.
|
RoutingContextInternal |
visitHandler(int id)
flags the current routing context as having visited the handler with
id. |
acceptableLanguages, addBodyEndHandler, addCookie, addEndHandler, addEndHandler, addHeadersEndHandler, attachment, clearUser, cookieCount, cookieMap, currentRoute, data, end, end, end, end, end, end, etag, fail, fail, fail, failed, failure, fileUploads, get, getAcceptableContentType, getBody, getBodyAsJson, getBodyAsJson, getBodyAsJsonArray, getBodyAsJsonArray, getBodyAsString, getBodyAsString, getCookie, is, isFresh, isSessionAccessed, json, json, lastModified, lastModified, mountPoint, next, normalisedPath, normalizedPath, parsedHeaders, pathParam, pathParams, preferredLanguage, put, queryParam, queryParams, queryParams, redirect, redirect, remove, removeBodyEndHandler, removeCookie, removeCookie, removeEndHandler, removeHeadersEndHandler, request, reroute, reroute, response, session, setAcceptableContentType, setBody, setSession, setUser, statusCode, user, vertxstatic final int BODY_HANDLER
static final int CORS_HANDLER
RoutingContextInternal visitHandler(int id)
id.id - one of the constants of this interfaceboolean seenHandler(int id)
id.id - one of the constants of this interfacevisitHandler(int) has been called with the same id.RoutingContextInternal setMatchFailure(int matchFailure)
matchFailure - the desired match failureCopyright © 2021. All rights reserved.