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.
inboundPermitteds
- Sets the list of inbound permitted options.
outboundPermitteds
- Sets the list of outbound permitted options.