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