![JAR search and dependency download from the Maven repository](/logo.png)
org.java_websocket.client.WebSocketClient.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of snunit-undertow_native0.5_3 Show documentation
Show all versions of snunit-undertow_native0.5_3 Show documentation
Scala Native server using NGINX Unit
The newest version!
package org.java_websocket.client
import java.net.URI
class WebSocketClient(uri: URI) {
def connect(): Unit = ???
def send(message: String): Unit = ???
def send(message: Array[Byte]): Unit = ???
def close(): Unit = ???
def isClosed(): Boolean = ???
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy