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()booleanio.vertx.ext.web.ParsedHeaderValuesinthashCode()static ParsedHeaderValuesnewInstance(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:
getDelegatein 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
Acceptheader
-
acceptCharset
- Returns:
- List of charset values in the
Accept-Charsetheader
-
acceptEncoding
- Returns:
- List of encofing values in the
Accept-Encodingheader
-
acceptLanguage
- Returns:
- List of languages in the
Accept-Languageheader
-
contentType
- Returns:
- MIME value in the
Content-Typeheader
-
newInstance
-