WebsocketHandler

com.github.andyglow.websocket.WebsocketHandler
See theWebsocketHandler companion object

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def receive: PartialFunction[T, Unit]

Concrete methods

def onClose: Unit => Unit
def onFailure: PartialFunction[Throwable, Unit]