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.
Options for configuring a SockJS handler