Uses of Interface
io.muserver.MuWebSocketSession
-
Packages that use MuWebSocketSession Package Description io.muserver This package contains the main API of mu-server, for example the server builders, request and response objects. -
-
Uses of MuWebSocketSession in io.muserver
Methods in io.muserver that return MuWebSocketSession Modifier and Type Method Description protected MuWebSocketSession
BaseWebSocket. session()
Gets the websocket sessionMethods in io.muserver with parameters of type MuWebSocketSession Modifier and Type Method Description void
BaseWebSocket. onConnect(MuWebSocketSession session)
void
MuWebSocket. onConnect(MuWebSocketSession session)
Called when the websocket is connected.
-