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 MuWebSocketSessionBaseWebSocket. session()Gets the websocket sessionMethods in io.muserver with parameters of type MuWebSocketSession Modifier and Type Method Description voidBaseWebSocket. onConnect(MuWebSocketSession session)voidMuWebSocket. onConnect(MuWebSocketSession session)Called when the websocket is connected.
-