| Package | Description | 
|---|---|
| io.vertx.ext.web | |
| io.vertx.reactivex.ext.web | |
| io.vertx.rxjava.ext.web | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
LanguageHeader
A parsed language header. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Locale | 
Locale.create()
Deprecated.  
  | 
static Locale | 
Locale.create(String language)
Deprecated.  
  | 
static Locale | 
Locale.create(String language,
      String country)
Deprecated.  
  | 
static Locale | 
Locale.create(String language,
      String country,
      String variant)
Deprecated.  
  | 
default Locale | 
RoutingContext.preferredLocale()
Deprecated. 
 
Use  
RoutingContext.preferredLanguage() instead | 
| Modifier and Type | Method and Description | 
|---|---|
List<Locale> | 
RoutingContext.acceptableLocales()
 | 
| Modifier and Type | Method and Description | 
|---|---|
Locale | 
Locale.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Locale | 
Locale.newInstance(Locale arg)  | 
| Constructor and Description | 
|---|
Locale(Locale delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
Locale | 
Locale.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Locale | 
Locale.newInstance(Locale arg)  | 
| Constructor and Description | 
|---|
Locale(Locale delegate)  | 
Copyright © 2020 Eclipse. All rights reserved.