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

BridgeOptions

fun BridgeOptions(inboundPermitted: Iterable<PermittedOptions>? = null, inboundPermitteds: Iterable<PermittedOptions>? = null, maxAddressLength: Int? = null, maxHandlersPerSocket: Int? = null, outboundPermitted: Iterable<PermittedOptions>? = null, outboundPermitteds: Iterable<PermittedOptions>? = null, pingTimeout: Long? = null, replyTimeout: Long? = null): BridgeOptions

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

Options for configuring the event bus bridge.

Parameters

inboundPermitted -

inboundPermitteds -

maxAddressLength -

maxHandlersPerSocket -

outboundPermitted -

outboundPermitteds -

pingTimeout -

replyTimeout -