Method and Description |
---|
io.vertx.ext.web.handler.ChainAuthHandler.create()
use
ChainAuthHandler.any() instead. |
io.vertx.ext.web.handler.LoggerHandler.customFormatter(Function<HttpServerRequest, String>)
Superseded by
LoggerHandler.customFormatter(LoggerFormatter) |
io.vertx.ext.web.handler.sockjs.SockJSHandler.handle(RoutingContext)
mount the router as a sub-router instead. This method will not properly handle errors.
|
io.vertx.ext.web.RoutingContext.normalisedPath() |
io.vertx.ext.web.Route.useNormalisedPath(boolean) |
Copyright © 2021 Eclipse. All rights reserved.