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

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

The newest version!
package io.undertow.websockets

import io.undertow.server.HttpHandler

class WebSocketProtocolHandshakeHandler extends HttpHandler {
  def handleRequest(exchange: io.undertow.server.HttpServerExchange): Unit = ???
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy