KVWebSocketHandler

class KVWebSocketHandler(services: List<KVServiceManager<*>>, threadLocalWebSocketSession: ThreadLocal<WebSocketSession>, applicationContext: ApplicationContext) : WebSocketHandler, CoroutineScope

Spring Boot WebSocket handler

Constructors

KVWebSocketHandler
Link copied to clipboard
fun KVWebSocketHandler(services: List<KVServiceManager<*>>, threadLocalWebSocketSession: ThreadLocal<WebSocketSession>, applicationContext: ApplicationContext)

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getSubProtocols
Link copied to clipboard
open fun getSubProtocols(): MutableList<String>
handle
Link copied to clipboard
open override fun handle(session: WebSocketSession): Mono<Void>
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

coroutineContext
Link copied to clipboard
open override val coroutineContext: CoroutineContext