All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.undertow.Handlers.scala Maven / Gradle / Ivy

The newest version!
package io.undertow

import _root_.io.undertow.websockets.WebSocketConnectionCallback
import _root_.io.undertow.websockets.WebSocketProtocolHandshakeHandler

object Handlers {
  def websocket(sessionHandler: WebSocketConnectionCallback): WebSocketProtocolHandshakeHandler = ???
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy