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

sockJSBridgeOptionsOf

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

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

Options for configuring the event bus bridge.

Parameters

inboundPermitteds - Sets the list of inbound permitted options.

maxAddressLength -

maxHandlersPerSocket -

outboundPermitteds - Sets the list of outbound permitted options.

pingTimeout -

replyTimeout -