Class ParsedHeaderValues
java.lang.Object
io.vertx.rxjava3.ext.web.ParsedHeaderValues
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
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
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParsedHeaderValues(ParsedHeaderValues delegate) ParsedHeaderValues(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionaccept()booleaninthashCode()static ParsedHeaderValuestoString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ParsedHeaderValues
-
ParsedHeaderValues
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
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
-