Package io.vertx.mutiny.ext.web
Class ParsedHeaderValues
java.lang.Object
io.vertx.mutiny.ext.web.ParsedHeaderValues
- All Implemented Interfaces:
MutinyDelegate
A container with the request's headers that are meaningful enough to be parsed
Contains:
- Accept -> MIME header, parameters and sortable
- Accept-Charset -> Parameters and sortable
- Accept-Encoding -> Parameters and sortable
- Accept-Language -> Parameters and sortable
- Content-Type -> MIME header and parameters
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParsedHeaderValues
(io.vertx.ext.web.ParsedHeaderValues delegate) ParsedHeaderValues
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionaccept()
boolean
io.vertx.ext.web.ParsedHeaderValues
int
hashCode()
static ParsedHeaderValues
newInstance
(io.vertx.ext.web.ParsedHeaderValues arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ParsedHeaderValues
public ParsedHeaderValues(io.vertx.ext.web.ParsedHeaderValues delegate) -
ParsedHeaderValues
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.ParsedHeaderValues getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
accept
- Returns:
- List of MIME values in the
Accept
header
-
acceptCharset
- Returns:
- List of charset values in the
Accept-Charset
header
-
acceptEncoding
- Returns:
- List of encofing values in the
Accept-Encoding
header
-
acceptLanguage
- Returns:
- List of languages in the
Accept-Language
header
-
contentType
- Returns:
- MIME value in the
Content-Type
header
-
newInstance
-