Package | Description |
---|---|
io.vertx.ext.web | |
io.vertx.reactivex.ext.web | |
io.vertx.rxjava.ext.web |
Modifier and Type | Method and Description |
---|---|
MIMEHeader |
ParsedHeaderValues.contentType() |
MIMEHeader |
ParsedHeaderValues.findBestUserAcceptedIn(List<MIMEHeader> accepted,
Collection<MIMEHeader> in)
Given the sorted list of parsed header values the user has sent and an Iterable of acceptable values:
It finds the first accepted header that matches any inside the Iterable.
|
Modifier and Type | Method and Description |
---|---|
List<MIMEHeader> |
ParsedHeaderValues.accept() |
Modifier and Type | Method and Description |
---|---|
MIMEHeader |
ParsedHeaderValues.findBestUserAcceptedIn(List<MIMEHeader> accepted,
Collection<MIMEHeader> in)
Given the sorted list of parsed header values the user has sent and an Iterable of acceptable values:
It finds the first accepted header that matches any inside the Iterable.
|
MIMEHeader |
ParsedHeaderValues.findBestUserAcceptedIn(List<MIMEHeader> accepted,
Collection<MIMEHeader> in)
Given the sorted list of parsed header values the user has sent and an Iterable of acceptable values:
It finds the first accepted header that matches any inside the Iterable.
|
Modifier and Type | Method and Description |
---|---|
MIMEHeader |
MIMEHeader.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static MIMEHeader |
MIMEHeader.newInstance(MIMEHeader arg) |
Constructor and Description |
---|
MIMEHeader(MIMEHeader delegate) |
Modifier and Type | Method and Description |
---|---|
MIMEHeader |
MIMEHeader.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static MIMEHeader |
MIMEHeader.newInstance(MIMEHeader arg) |
Constructor and Description |
---|
MIMEHeader(MIMEHeader delegate) |
Copyright © 2021 Eclipse. All rights reserved.