vertx / io.vertx.rxjava.ext.web.handler / VirtualHostHandler

VirtualHostHandler

open class VirtualHostHandler : Handler<RoutingContext>

Handler that will filter requests based on the request Host name. NOTE: This class has been automatically generated from the io.vertx.ext.web.handler.VirtualHostHandler non RX-ified interface using Vert.x codegen.

Constructors

<init>

VirtualHostHandler(delegate: VirtualHostHandler)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<VirtualHostHandler>

Functions

create

open static fun create(hostname: String, handler: Handler<RoutingContext>): VirtualHostHandler

Create a handler

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): VirtualHostHandler

handle

open fun handle(arg0: RoutingContext): Unit

hashCode

open fun hashCode(): Int

newInstance

open static fun newInstance(arg: VirtualHostHandler): VirtualHostHandler

toString

open fun toString(): String