vertx / io.vertx.kotlin.ext.web.handler.sockjs / PermittedOptions

PermittedOptions

fun PermittedOptions(address: String? = null, addressRegex: String? = null, match: JsonObject? = null, requiredAuthority: String? = null): PermittedOptions

A function providing a DSL for building io.vertx.ext.web.handler.sockjs.PermittedOptions objects.

Specify a match to allow for inbound and outbound traffic using the io.vertx.ext.web.handler.sockjs.BridgeOptions.

Parameters

address -

addressRegex -

match -

requiredAuthority -