| 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. 
 | 
interface  | 
MIMEHeader  | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends ParsedHeaderValue> | 
ParsedHeaderValue.findMatchedBy(Collection<T> matchTries)
Finds the first ParsedHeaderValue in the list that matches with this header value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<ParsedHeaderValue> | 
ParsedHeaderValues.acceptCharset()  | 
List<ParsedHeaderValue> | 
ParsedHeaderValues.acceptEncoding()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
ParsedHeaderValue.isMatchedBy(ParsedHeaderValue matchTry)
Test if this header is matched by matchTry header 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ParsedHeaderValue | 
ParsedHeaderValue.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ParsedHeaderValue | 
ParsedHeaderValue.newInstance(ParsedHeaderValue arg)  | 
| Modifier and Type | Method and Description | 
|---|---|
ParsedHeaderValue | 
ParsedHeaderValue.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ParsedHeaderValue | 
ParsedHeaderValue.newInstance(ParsedHeaderValue arg)  | 
Copyright © 2021 Eclipse. All rights reserved.