| Package | Description |
|---|---|
| io.vertx.ext.web.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
RoutingContextDecorator
Decorate a
RoutingContext and simply delegate all method calls to the decorated handler |
class |
RoutingContextImpl |
class |
RoutingContextImplBase |
class |
RoutingContextWrapper |
| Modifier and Type | Method and Description |
|---|---|
RoutingContextInternal |
RoutingContextInternal.setMatchFailure(int matchFailure)
propagates a matching failure across routers.
|
RoutingContextInternal |
RoutingContextImplBase.setMatchFailure(int matchFailure) |
RoutingContextInternal |
RoutingContextDecorator.setMatchFailure(int matchFailure) |
RoutingContextInternal |
RoutingContextInternal.visitHandler(int id)
flags the current routing context as having visited the handler with
id. |
RoutingContextInternal |
RoutingContextImplBase.visitHandler(int id) |
RoutingContextInternal |
RoutingContextWrapper.visitHandler(int id) |
RoutingContextInternal |
RoutingContextDecorator.visitHandler(int id) |
Copyright © 2021. All rights reserved.