vertx / io.vertx.reactivex.ext.web.handler / CookieHandler

CookieHandler

open class CookieHandler : Handler<RoutingContext>

A handler which decodes cookies from the request, makes them available in the and writes them back in the response. NOTE: This class has been automatically generated from the io.vertx.ext.web.handler.CookieHandler non RX-ified interface using Vert.x codegen.

Constructors

<init>

CookieHandler(delegate: CookieHandler)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<CookieHandler>

Functions

create

open static fun create(): CookieHandler

Create a cookie handler

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): CookieHandler

handle

open fun handle(arg0: RoutingContext): Unit

hashCode

open fun hashCode(): Int

newInstance

open static fun newInstance(arg: CookieHandler): CookieHandler

toString

open fun toString(): String