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. |
|
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. |
|
fun SockJSHandlerOptions(disabledTransports: Iterable<String>? = null, heartbeatInterval: Long? = null, insertJSESSIONID: Boolean? = null, libraryURL: String? = null, maxBytesStreaming: Int? = null, sessionTimeout: Long? = null): SockJSHandlerOptions
A function providing a DSL for building io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions objects. |