WebSocketChannel

io.undertow.websockets.core.WebSocketChannel
abstract class WebSocketChannel extends Channel

Attributes

Graph
Supertypes
trait Channel
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Abstract methods

def suspendReceives(): Unit

Concrete methods

def addCloseTask(handleEvent: WebSocketChannel => Unit): Nothing
def resumeReceives(): Unit

Inherited methods

def close(): Unit

Attributes

Inherited from:
Channel
def isOpen(): Boolean

Attributes

Inherited from:
Channel