open class HandshakeWebSocketService : WebSocketService, Lifecycle
|
|
open class WebSocketHandlerAdapter : HandlerAdapter
HandlerAdapter that allows using a WebSocketHandler with the generic DispatcherHandler mapping URLs directly to such handlers. Requests are handled by delegating to the configured WebSocketService which by default is HandshakeWebSocketService. |