WebSockets

io.undertow.websockets.core.WebSockets$
object WebSockets

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def mergeBuffers(payload: ByteBuffer*): ByteBuffer
def sendBinaryBlocking(value: ByteBuffer, channel: WebSocketChannel): Unit
def sendCloseBlocking(code: Int, reason: String, channel: WebSocketChannel): Unit
def sendPingBlocking(value: ByteBuffer, channel: WebSocketChannel): Unit
def sendTextBlocking(value: String, channel: WebSocketChannel): Unit