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

io.undertow.websockets.WebSocketConnectionCallback.scala Maven / Gradle / Ivy

The newest version!
package io.undertow.websockets

import io.undertow.websockets.core.WebSocketChannel
import io.undertow.websockets.spi.WebSocketHttpExchange

trait WebSocketConnectionCallback {
  def onConnect(exchange: WebSocketHttpExchange, channel: WebSocketChannel): Unit
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy