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