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.
CookieHandler(delegate: CookieHandler) |
static val __TYPE_ARG: TypeArg<CookieHandler> |
open static fun create(): CookieHandler
Create a cookie handler |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): CookieHandler |
|
open fun handle(arg0: RoutingContext): Unit |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: CookieHandler): CookieHandler |
|
open fun toString(): String |