vertx / io.vertx.rxjava.ext.web / ParsedHeaderValues

ParsedHeaderValues

open class ParsedHeaderValues

A container with the request's headers that are meaningful enough to be parsed Contains:

NOTE: This class has been automatically generated from the io.vertx.ext.web.ParsedHeaderValues non RX-ified interface using Vert.x codegen.

Constructors

<init>

ParsedHeaderValues(delegate: ParsedHeaderValues)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<ParsedHeaderValues>

Functions

accept

open fun accept(): MutableList<MIMEHeader>

acceptCharset

open fun acceptCharset(): MutableList<ParsedHeaderValue>

acceptEncoding

open fun acceptEncoding(): MutableList<ParsedHeaderValue>

acceptLanguage

open fun acceptLanguage(): MutableList<LanguageHeader>

contentType

open fun contentType(): MIMEHeader

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): ParsedHeaderValues

hashCode

open fun hashCode(): Int

newInstance

open static fun newInstance(arg: ParsedHeaderValues): ParsedHeaderValues

toString

open fun toString(): String