| Interface and Description |
|---|
| io.vertx.ext.web.Locale
Use
LanguageHeader instead |
| io.vertx.ext.web.handler.UserSessionHandler
the Session Handler also manages the user session.
|
| Class and Description |
|---|
| io.vertx.ext.web.handler.sockjs.PermittedOptions |
| Method and Description |
|---|
| io.vertx.ext.web.Router.accept(HttpServerRequest) |
| io.vertx.ext.web.RoutingContext.acceptableLocales() |
| io.vertx.ext.web.Locale.country()
Use
LanguageHeader.subtag() instead |
| io.vertx.ext.web.Router.exceptionHandler(Handler<Throwable>)
you should use
Router.errorHandler(int, Handler) with 500 status code |
| io.vertx.ext.web.Locale.language()
Use
LanguageHeader.tag() instead |
| io.vertx.ext.web.RoutingContext.preferredLocale()
Use
RoutingContext.preferredLanguage() instead |
| io.vertx.ext.web.Locale.variant()
Use
LanguageHeader.subtag(int) with value 2 instead |
Copyright © 2019 Eclipse. All rights reserved.